Esempio n. 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)
Esempio n. 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)
Esempio n. 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)
Esempio n. 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)