mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Import hmac, used for compare_digest
This commit is contained in:
parent
06e72c0e86
commit
dcfd70c5df
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
import os
|
import os
|
||||||
import logging
|
import logging
|
||||||
import hashlib
|
import hashlib
|
||||||
|
import hmac
|
||||||
|
|
||||||
from moulinette.cache import open_cachefile, get_cachedir
|
from moulinette.cache import open_cachefile, get_cachedir
|
||||||
from moulinette.core import MoulinetteError
|
from moulinette.core import MoulinetteError
|
||||||
|
|
Loading…
Add table
Reference in a new issue