Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f29769b

Browse files
committed
Minor patch
1 parent ef5ce7e commit f29769b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/versioncheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
try:
1717
for _ in extensions:
1818
__import__(_)
19-
except ImportError, ex:
19+
except ImportError:
2020
errMsg = "missing one or more core extensions (%s) " % (", ".join("'%s'" % _ for _ in extensions))
2121
errMsg += "most probably because current version of Python has been "
2222
errMsg += "built without appropriate dev packages (e.g. 'libsqlite3-dev')"

0 commit comments

Comments
 (0)