OSDN Git Service

Marc-Andre is changing where DateTime goes. This change allows the module
authorD'Arcy J.M. Cain <darcy@druid.net>
Fri, 30 Mar 2001 12:08:24 +0000 (12:08 +0000)
committerD'Arcy J.M. Cain <darcy@druid.net>
Fri, 30 Mar 2001 12:08:24 +0000 (12:08 +0000)
to work either way.
Change submitted by Andrew Kuchling <akuchlin@mems-exchange.org>

src/interfaces/python/pgdb.py

index 156350a..f52e964 100644 (file)
@@ -58,10 +58,13 @@ import _pg
 import string
 import exceptions
 import types
-import DateTime
 import time
 import types
 
+# Marc-Andre is changing where DateTime goes.  This handles it either way.
+try: from mx import DateTime
+except ImportError: import DateTime
+
 ### module constants
 
 # compliant with DB SIG 2.0