freebsd-ports/databases/py-PyGreSQL/files/patch-pgdb.py
Jacques Vidrine 121cab4a2d Fix import of DateTime module.
Submitted by:	olgeni
2001-10-16 14:37:37 +00:00

12 lines
230 B
Python

--- pgdb.py.orig Thu Oct 11 12:14:35 2001
+++ pgdb.py Thu Oct 11 12:14:42 2001
@@ -58,7 +58,7 @@
import string
import exceptions
import types
-import DateTime
+import mx.DateTime
import time
### module constants