[Zope-Checkins] CVS: Zope2 - ZService.py:1.10.140.1
Brian Lloyd
brian@digicool.com
Fri, 29 Jun 2001 10:23:36 -0400 (EDT)
Update of /cvs-repository/Zope2/ZServer
In directory korak.digicool.com:/home/brian/temp/zope-24-branch/ZServer
Modified Files:
Tag: Zope-2_4-branch
ZService.py
Log Message:
committed fix for win32 service on the branch
--- Updated File ZService.py in package Zope2 --
--- ZService.py 2000/06/13 19:57:57 1.10
+++ ZService.py 2001/06/29 14:23:36 1.10.140.1
@@ -220,7 +220,7 @@
globals()[modulename] = mod
win32api.FreeLibrary(h)
-magic_import('pywintypes','pywintypes15.dll')
+magic_import('pywintypes','pywintypes21.dll')
import win32serviceutil, win32service, win32event, win32process
try: import servicemanager