commit/galaxy-central: carlfeberhard: fix imports
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/48dad8860ee1/ changeset: 48dad8860ee1 user: carlfeberhard date: 2013-03-06 21:34:25 summary: fix imports affected #: 1 file diff -r dc10f9430b6aaaf85c67a998d4ce666a5b66b600 -r 48dad8860ee1b1196a1f242c9dd18d218e6db573 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py +++ b/lib/galaxy/tools/__init__.py @@ -19,6 +19,9 @@ eggs.require( "simplejson" ) eggs.require( "MarkupSafe" ) #MarkupSafe must load before mako eggs.require( "Mako" ) +eggs.require( "elementtree" ) +eggs.require( "Paste" ) +eggs.require( "SQLAlchemy >= 0.4" ) import simplejson from cgi import FieldStorage 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