From 98ef8ee6c7748ca487632cbcb84f672c25a3674e Mon Sep 17 00:00:00 2001 From: gryf Date: Sat, 5 May 2007 20:06:34 +0000 Subject: [PATCH] * Added import for mx.DateTime, which is used by sqlite. --- pyGTKtalog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyGTKtalog.py b/pyGTKtalog.py index dd43378..c3a648d 100755 --- a/pyGTKtalog.py +++ b/pyGTKtalog.py @@ -39,6 +39,7 @@ except: try: from pysqlite2 import dbapi2 as sqlite + import mx.DateTime except: print "pyGTKtalog uses SQLite DB.\nYou'll need to get it and the python bindings as well.\nhttp://www.sqlite.org\nhttp://initd.org/tracker/pysqlite" sys.exit(1)