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

Oups

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2086 b32b6428-25c9-4566-ad07-03861ab6144f
parent fedfe4a7
Branches
No related tags found
No related merge requests found
......@@ -3,15 +3,15 @@ from __future__ import print_function
from gevent import monkey; monkey.patch_all()
import gevent
import platform
import logging
from xaal.lib import tools,Engine,Device
from bugone import bugnet,connector
from .nodes import *
PACKAGE_NAME = "xaal.bugone"
logger = tools.get_logger(PACKAGE_NAME,'DEBUG')
logger = logging.getLogger(PACKAGE_NAME)
class GW(gevent.Greenlet):
def __init__(self,engine):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment