mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Making salt.modules.hashutil python3 compatible
This commit is contained in:
parent
d589e9f7db
commit
b0865e7c73
@ -2,6 +2,7 @@
|
||||
'''
|
||||
A collection of hashing and encoding functions
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
import base64
|
||||
import hashlib
|
||||
import hmac
|
||||
|
Loading…
Reference in New Issue
Block a user