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

Fix typo


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2877 b32b6428-25c9-4566-ad07-03861ab6144f
parent a37037b7
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ If you're looking for simples examples, please check the legacy tools instead.
import sys
if sys.argv[0].endswith('pkgrun'):
# right now, some package depends on geventn, so we need to import it here
# right now, some packages depend on gevent, so we need to import it here.
# this is only needed for the pkgrun command
try:
from gevent import monkey;monkey.patch_all(thread=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment