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

Moved to legacy package



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2824 b32b6428-25c9-4566-ad07-03861ab6144f
parent 92ffd85d
No related branches found
No related tags found
No related merge requests found
File moved
File moved
#!/usr/bin/env python
try:
from gevent import monkey;monkey.patch_all(thread=False)
except ModuleNotFoundError:
pass
import xaal
import sys
import importlib
from xaal.lib import Engine,helpers
from xaal.lib import helpers
from xaal.lib import AsyncEngine as Engine
import logging
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment