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

Oups

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2052 b32b6428-25c9-4566-ad07-03861ab6144f
parent 85cc1143
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ class OutputChannel(object):
# method
dev.add_method('on',self.on)
dev.add_method('off',self.off)
dev.add_method('toggle',self.toggle)
self.chan = channel
self.ipx = ipx
......
......@@ -109,5 +109,5 @@ class GW(gevent.Greenlet):
def setup(engine):
GW.spawn(eng)
GW.spawn(engine)
return True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment