From 616548a9a8b04810db7da6e463aabebd3e31aea5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 20 Jan 2020 13:52:54 +0100 Subject: [PATCH] Undefined name: import traceback for line 70 --- dedrm_src/wineutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""):