commit/galaxy-central: greg: Add missing import to update manager.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/34404f848979/ changeset: 34404f848979 user: greg date: 2013-01-19 23:54:48 summary: Add missing import to update manager. affected #: 1 file diff -r 7d37ffe813f2a037b560af26770ffe5924ae643f -r 34404f8489792a97096b36f012fbf775cc3b382b lib/galaxy/tool_shed/update_manager.py --- a/lib/galaxy/tool_shed/update_manager.py +++ b/lib/galaxy/tool_shed/update_manager.py @@ -4,6 +4,7 @@ import threading, urllib2, logging from galaxy.util import string_as_bool import galaxy.util.shed_util as shed_util +from galaxy.model.orm import and_ log = logging.getLogger( __name__ ) 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)
-
Bitbucket