Example #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)
Example #2
0
 def __init__(self, *args, **kwargs):
     # BaseServer is old-style so we have to call both __init__s
     ShutdownServerMixIn.__init__(self)
     _HTTPGitServer.__init__(self, *args, **kwargs)
Example #3
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)
Example #4
0
 def __init__(self, *args, **kwargs):
     # BaseServer is old-style so we have to call both __init__s
     ShutdownServerMixIn.__init__(self)
     _HTTPGitServer.__init__(self, *args, **kwargs)