mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
define an object class instance.
This commit is contained in:
parent
ff6169cc20
commit
8436389229
@ -48,7 +48,7 @@ except ImportError:
|
|||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
||||||
class TConn():
|
class TConn(object):
|
||||||
|
|
||||||
def __init__(self, cfg, listener, sock, addr):
|
def __init__(self, cfg, listener, sock, addr):
|
||||||
self.cfg = cfg
|
self.cfg = cfg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user