mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2024-12-26 19:17:38 +06:00
Cleanup
This commit is contained in:
parent
2d4c5d2c4b
commit
eb45c71fd9
@ -396,7 +396,7 @@ def gui_main():
|
|||||||
return
|
return
|
||||||
self.status['text'] = "Select backup.ab file"
|
self.status['text'] = "Select backup.ab file"
|
||||||
|
|
||||||
argv=unicode_argv()
|
argv=sys.argv()
|
||||||
progpath, progname = os.path.split(argv[0])
|
progpath, progname = os.path.split(argv[0])
|
||||||
root = tkinter.Tk()
|
root = tkinter.Tk()
|
||||||
root.title("Kindle for Android Key Extraction v.{0}".format(__version__))
|
root.title("Kindle for Android Key Extraction v.{0}".format(__version__))
|
||||||
|
@ -1086,6 +1086,8 @@ class PDFXRef(object):
|
|||||||
return (None, pos)
|
return (None, pos)
|
||||||
|
|
||||||
|
|
||||||
|
## PDFXRefStream
|
||||||
|
##
|
||||||
class PDFXRefStream(object):
|
class PDFXRefStream(object):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user