예제 #1
0
파일: views.py 프로젝트: starnetwork/ajenti
 def __init__(self, context):
     SocketEndpoint.__init__(self, context)
     self.mgr = TerminalManager.get(self.context)
     self.readers = {}
예제 #2
0
파일: push.py 프로젝트: eGeekster/ajenti
 def __init__(self, context):
     SocketEndpoint.__init__(self, context)
예제 #3
0
파일: views.py 프로젝트: tawanda/ajenti
 def __init__(self, context):
     SocketEndpoint.__init__(self, context)
     self.mgr = TerminalManager.get(self.context)
     self.readers = {}
예제 #4
0
파일: push.py 프로젝트: Dolphi2/ajenti
 def __init__(self, context):
     SocketEndpoint.__init__(self, context)