aboutsummaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL/files/patch-pgdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-PyGreSQL/files/patch-pgdb.py')
-rw-r--r--databases/py-PyGreSQL/files/patch-pgdb.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/py-PyGreSQL/files/patch-pgdb.py b/databases/py-PyGreSQL/files/patch-pgdb.py
new file mode 100644
index 000000000000..6f22a42e8474
--- /dev/null
+++ b/databases/py-PyGreSQL/files/patch-pgdb.py
@@ -0,0 +1,12 @@
+--- 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
+