Import hmac, used for compare_digest

This commit is contained in:
Alexandre Aubin 2019-11-19 16:50:13 +01:00
parent 06e72c0e86
commit dcfd70c5df

View file

@ -3,6 +3,7 @@
import os
import logging
import hashlib
import hmac
from moulinette.cache import open_cachefile, get_cachedir
from moulinette.core import MoulinetteError