summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clauss <[email protected]>2020-01-20 13:52:54 +0100
committerGitHub <[email protected]>2020-01-20 13:52:54 +0100
commit616548a9a8b04810db7da6e463aabebd3e31aea5 (patch)
treecce1ac899e3724bdb08344d2f1f8aa1bc5ae1dac
parente4c1a09d45dd47841b16324a2274752c974fd9d5 (diff)
Undefined name: import traceback for line 70
-rw-r--r--dedrm_src/wineutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dedrm_src/wineutils.py b/dedrm_src/wineutils.py
index 0485e5e..df1755f 100644
--- a/dedrm_src/wineutils.py
+++ b/dedrm_src/wineutils.py
@@ -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=""):