mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2026-03-21 13:28:56 +00:00
More Python2 fixes
This commit is contained in:
@@ -24,10 +24,10 @@ import traceback
|
||||
from struct import pack
|
||||
from struct import unpack
|
||||
|
||||
from alfcrypto import Topaz_Cipher
|
||||
from utilities import SafeUnbuffered
|
||||
from .alfcrypto import Topaz_Cipher
|
||||
from .utilities import SafeUnbuffered
|
||||
|
||||
from argv_utils import unicode_argv
|
||||
from .argv_utils import unicode_argv
|
||||
|
||||
|
||||
#global switch
|
||||
|
||||
Reference in New Issue
Block a user