From be18c7bf2ce7da8a74889c9a1d7570a2c9817201 Mon Sep 17 00:00:00 2001 From: nectar Date: Tue, 16 Oct 2001 14:37:37 +0000 Subject: Fix import of DateTime module. Submitted by: olgeni --- databases/py-PyGreSQL/Makefile | 1 + databases/py-PyGreSQL/files/patch-pgdb.py | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 databases/py-PyGreSQL/files/patch-pgdb.py (limited to 'databases/py-PyGreSQL') diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index 41c093d..56bb0c3 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -7,6 +7,7 @@ PORTNAME= PyGreSQL PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= ftp://ftp.druid.net/pub/distrib/ PKGNAMEPREFIX= py- diff --git a/databases/py-PyGreSQL/files/patch-pgdb.py b/databases/py-PyGreSQL/files/patch-pgdb.py new file mode 100644 index 0000000..6f22a42 --- /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 + -- cgit v1.1