commit/galaxy-central: martenson: missing import
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/36327228fe4f/ Changeset: 36327228fe4f User: martenson Date: 2014-09-02 21:46:24 Summary: missing import Affected #: 1 file diff -r ec989f77c079f7036c7cb8bb303d1e6bae4a4e4d -r 36327228fe4f1f648e4fabe783d446c8dd6c1f73 lib/galaxy/managers/libraries.py --- a/lib/galaxy/managers/libraries.py +++ b/lib/galaxy/managers/libraries.py @@ -6,6 +6,7 @@ from galaxy import exceptions from galaxy.model import orm from galaxy.managers import base as manager_base +from galaxy.model.orm import and_, not_, or_ from sqlalchemy.orm.exc import MultipleResultsFound from sqlalchemy.orm.exc import NoResultFound 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