tools v2.3

First appearance of DeDRM AppleScript application
This commit is contained in:
Apprentice Alf
2010-12-02 18:10:46 +00:00
parent 506d97d5f0
commit 9162698f89
62 changed files with 5694 additions and 907 deletions

View File

@@ -790,7 +790,7 @@ def main(argv=sys.argv):
try:
kindleDatabase = parseKindleInfo()
except Exception as message:
except Exception, message:
if verbose>0:
print(message)