Skip to content
Snippets Groups Projects
Commit 589fb57e authored by jkerdreu's avatar jkerdreu
Browse files

Nothing

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1978 b32b6428-25c9-4566-ad07-03861ab6144f
parent 176bc7f7
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ class GW(gevent.Greenlet):
self.setup_gw()
def connect(self):
""" create the bugnet connector"""
""" create the ipx sock"""
cfg = self.cfg['config']
host = cfg['host']
port = int(cfg['port'])
......@@ -110,7 +110,7 @@ class GW(gevent.Greenlet):
def run():
eng = Engine()
ipx = GW.spawn(eng)
GW.spawn(eng)
eng.run()
def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment