예제 #1
0
 def __init__(self, *args, **kwargs):
     # BaseServer is old-style so we have to call both __init__s
     ShutdownServerMixIn.__init__(self)
     simple_server.WSGIServer.__init__(self, *args, **kwargs)
예제 #2
0
파일: test_server.py 프로젝트: tmc/dulwich
 def __init__(self, *args, **kwargs):
     # BaseServer is old-style so we have to call both __init__s
     ShutdownServerMixIn.__init__(self)
     _TCPGitServer.__init__(self, *args, **kwargs)