Skip to content

Commit

Permalink
WIP: zope4: ZServer removal: Remove TimerServer old code.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-fontaine committed Mar 3, 2023
1 parent c54d076 commit 0314e61
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions product/TimerService/timerserver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +0,0 @@
import six
if six.PY2:
from ZServer.datatypes import ServerFactory

class TimerServerFactory(ServerFactory):
def __init__(self, section):
ServerFactory.__init__(self)
self.interval = section.interval

def create(self):
from .TimerServer import TimerServer
return TimerServer(self.module, self.interval)

0 comments on commit 0314e61

Please sign in to comment.