Commit cfbc0914 authored by Chris McDonough's avatar Chris McDonough

Misnamed class in __main__.

parent ec766cbd
......@@ -167,4 +167,4 @@ class ZopeService(win32serviceutil.ServiceFramework):
(self._svc_name_, ' (%s) ' % self._svc_display_name_))
if __name__=='__main__':
win32serviceutil.HandleCommandLine(ZopeInstanceService)
win32serviceutil.HandleCommandLine(ZopeService)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment