commit/galaxy-central: Dave Bouvier: Fix broken import.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fbbc387df15a/ Changeset: fbbc387df15a User: Dave Bouvier Date: 2013-11-14 23:37:27 Summary: Fix broken import. Affected #: 1 file diff -r 255958e985f9a2e4942a439a08a1dfe3afd9d439 -r fbbc387df15a317f0e1df50ba8e76cec2750a66a test/install_and_test_tool_shed_repositories/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/functional_tests.py @@ -13,7 +13,6 @@ import random import re import shutil -import simplejson import socket import string import sys @@ -54,6 +53,7 @@ eggs.require( "Cheetah" ) eggs.require( "simplejson" ) +import simplejson import twill # This should not be required, but it is under certain conditions, thanks to this bug: http://code.google.com/p/python-nose/issues/detail?id=284 @@ -1348,4 +1348,4 @@ print "####################################################################################" print "# %s - running repository installation and testing script." % now print "####################################################################################" - sys.exit( main() ) \ No newline at end of file + sys.exit( main() ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org