]> xmof Git - DeDRM.git/commitdiff
Undefined name: import traceback for line 70
authorChristian Clauss <cclauss@me.com>
Mon, 20 Jan 2020 12:52:54 +0000 (13:52 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 12:52:54 +0000 (13:52 +0100)
dedrm_src/wineutils.py

index 0485e5e1769a7b8d9f885b9dd80e900d4d7c95e7..df1755f2ab63324e0e61e15ce0cec867ef3ede79 100644 (file)
@@ -6,7 +6,7 @@ from __future__ import with_statement
 __license__ = 'GPL v3'
 
 # Standard Python modules.
-import os, sys, re, hashlib
+import os, sys, re, hashlib, traceback
 from calibre_plugins.dedrm.__init__ import PLUGIN_NAME, PLUGIN_VERSION
 
 def WineGetKeys(scriptpath, extension, wineprefix=""):