Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1:/tmp/cvs-serv7200
Modified Files:
setup_win32all.py
Log Message:
Install exchange.pyd and exchdapi.pyd into the correct directories.
Index: setup_win32all.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup_win32all.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** setup_win32all.py 3 Dec 2003 09:26:08 -0000 1.7
--- setup_win32all.py 8 Dec 2003 02:09:37 -0000 1.8
***************
*** 183,187 ****
class WinExt_win32com_mapi(WinExt_win32com):
def get_pywin32_dir(self):
! return "win32com/mapi"
# A hacky extension class for pywintypesXX.dll and pythoncomXX.dll
--- 183,187 ----
class WinExt_win32com_mapi(WinExt_win32com):
def get_pywin32_dir(self):
! return "win32comext/mapi"
# A hacky extension class for pywintypesXX.dll and pythoncomXX.dll
|