Undefined name: import traceback

pull/983/head
Christian Clauss 4 years ago committed by GitHub
parent 89cf29cb78
commit e4c1a09d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ from __future__ import with_statement
__version__ = '1.01'
import sys, struct, os
import sys, struct, os, traceback
import zlib
import zipfile
import xml.etree.ElementTree as etree

Loading…
Cancel
Save