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:
@@ -93,12 +93,12 @@ def unpad(data, padding=16):
|
||||
return data[:-pad_len]
|
||||
|
||||
|
||||
from utilities import SafeUnbuffered
|
||||
from .utilities import SafeUnbuffered
|
||||
|
||||
iswindows = sys.platform.startswith('win')
|
||||
isosx = sys.platform.startswith('darwin')
|
||||
|
||||
from argv_utils import unicode_argv
|
||||
from .argv_utils import unicode_argv
|
||||
|
||||
class ADEPTError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user