summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2022-09-10 11:44:55 +0200
committerNoDRM <[email protected]>2022-09-10 11:44:55 +0200
commiteb45c71fd90989a22ef832f741b21658b1c0690a (patch)
treefe4cfb8865f011fa482c5e68d155c6ecd58040df /DeDRM_plugin
parent2d4c5d2c4bd58872e0828d36b584661352bbc531 (diff)
Cleanup
Diffstat (limited to 'DeDRM_plugin')
-rwxr-xr-xDeDRM_plugin/androidkindlekey.py2
-rwxr-xr-xDeDRM_plugin/ineptpdf.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/DeDRM_plugin/androidkindlekey.py b/DeDRM_plugin/androidkindlekey.py
index b8b1a31..74208e0 100755
--- a/DeDRM_plugin/androidkindlekey.py
+++ b/DeDRM_plugin/androidkindlekey.py
@@ -396,7 +396,7 @@ def gui_main():
return
self.status['text'] = "Select backup.ab file"
- argv=unicode_argv()
+ argv=sys.argv()
progpath, progname = os.path.split(argv[0])
root = tkinter.Tk()
root.title("Kindle for Android Key Extraction v.{0}".format(__version__))
diff --git a/DeDRM_plugin/ineptpdf.py b/DeDRM_plugin/ineptpdf.py
index 621416c..7fb9978 100755
--- a/DeDRM_plugin/ineptpdf.py
+++ b/DeDRM_plugin/ineptpdf.py
@@ -1086,6 +1086,8 @@ class PDFXRef(object):
return (None, pos)
+## PDFXRefStream
+##
class PDFXRefStream(object):
def __init__(self):