and making it work in 3.x again as well.

This commit is contained in:
deezerdl 2017-05-26 18:34:10 +00:00 committed by GitHub
parent 0e41f9aae2
commit c1784d3979

View File

@ -1,6 +1,6 @@
from __future__ import unicode_literals
from compat import compat_struct_unpack, compat_struct_pack
from .compat import compat_struct_unpack, compat_struct_pack
# Blowfish implementation, translated from original C code by Bruce Schneier.