summaryrefslogtreecommitdiffstats
path: root/Other_Tools/DRM_Key_Scripts/Barnes_and_Noble_ePubs/ignoblekeygen.pyw
diff options
context:
space:
mode:
authorapprenticeharper <[email protected]>2015-08-02 11:09:35 +0100
committerapprenticeharper <[email protected]>2015-08-02 11:09:35 +0100
commitaa822de138f8bead0afe83ce8ec613ec9ab883f2 (patch)
tree559be8ce116d6848db907e173522c799d793f279 /Other_Tools/DRM_Key_Scripts/Barnes_and_Noble_ePubs/ignoblekeygen.pyw
parentf5e66d42a186d940ff71d41efd6e6ec61b2c60f6 (diff)
New approach to Android backup files. Changed version number to 6.3.1
Diffstat (limited to 'Other_Tools/DRM_Key_Scripts/Barnes_and_Noble_ePubs/ignoblekeygen.pyw')
-rw-r--r--Other_Tools/DRM_Key_Scripts/Barnes_and_Noble_ePubs/ignoblekeygen.pyw3
1 files changed, 2 insertions, 1 deletions
diff --git a/Other_Tools/DRM_Key_Scripts/Barnes_and_Noble_ePubs/ignoblekeygen.pyw b/Other_Tools/DRM_Key_Scripts/Barnes_and_Noble_ePubs/ignoblekeygen.pyw
index 83bb2ce..d2917c7 100644
--- a/Other_Tools/DRM_Key_Scripts/Barnes_and_Noble_ePubs/ignoblekeygen.pyw
+++ b/Other_Tools/DRM_Key_Scripts/Barnes_and_Noble_ePubs/ignoblekeygen.pyw
@@ -33,13 +33,14 @@ from __future__ import with_statement
# 2.5 - Additional improvement for unicode and plugin support
# 2.6 - moved unicode_argv call inside main for Windows DeDRM compatibility
# 2.7 - Work if TkInter is missing
+# 2.8 - Fix bug in stand-alone use (import tkFileDialog)
"""
Generate Barnes & Noble EPUB user key from name and credit card number.
"""
__license__ = 'GPL v3'
-__version__ = "2.7"
+__version__ = "2.8"
import sys
import os