Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update example with missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 14, 2017
1 parent eca1933 commit 172a355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc/examples/automation/jenkins_setup.py
Expand Up @@ -24,7 +24,7 @@
this = this.split("ensae_teaching_cs")[0].rstrip("\\/")
for module in ["jyquickhelper", "pyquickhelper", "pyensae",
"pyrsslocal", "pymmails", "pymyinstall",
"ensae_teaching_cs"]:
"ensae_teaching_cs", "tkinterquickhelper"]:
try:
exec("import %s" % module)
except ImportError:
Expand Down

0 comments on commit 172a355

Please sign in to comment.