Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16448
Modified Files:
Tag: py3k
setup.py
Log Message:
Remove dbi module
Index: setup.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup.py,v
retrieving revision 1.81.2.1
retrieving revision 1.81.2.2
diff -C2 -d -r1.81.2.1 -r1.81.2.2
*** setup.py 29 Aug 2008 05:41:39 -0000 1.81.2.1
--- setup.py 17 Sep 2008 03:47:32 -0000 1.81.2.2
***************
*** 1277,1283 ****
for info in (
- ("dbi", "", True),
("mmapfile", "", True),
! ("odbc", "odbc32 odbccp32 dbi", True),
("perfmon", "", True),
("timer", "user32", True),
--- 1277,1282 ----
for info in (
("mmapfile", "", True),
! ("odbc", "odbc32 odbccp32", True),
("perfmon", "", True),
("timer", "user32", True),
|