Making salt.modules.hashutil python3 compatible

This commit is contained in:
Nitin Madhok 2014-11-10 18:44:05 -05:00
parent d589e9f7db
commit b0865e7c73

View File

@ -2,6 +2,7 @@
'''
A collection of hashing and encoding functions
'''
from __future__ import absolute_import
import base64
import hashlib
import hmac