commit/galaxy-central: james_taylor: Datatype conversion exceptions no imported but used in base controller.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/6e79399b38d2/ changeset: 6e79399b38d2 user: james_taylor date: 2012-09-10 20:05:56 summary: Datatype conversion exceptions no imported but used in base controller. affected #: 1 file diff -r 6d3023815cd77ec3045bf81ff15af884b828c38d -r 6e79399b38d22512d8438522d26945c53f95b11a lib/galaxy/web/base/controller.py --- a/lib/galaxy/web/base/controller.py +++ b/lib/galaxy/web/base/controller.py @@ -19,6 +19,7 @@ from galaxy.security.validate_user_input import validate_publicname from paste.httpexceptions import * from galaxy.exceptions import * +from galaxy.model import NoConverterException, ConverterDependencyException from Cheetah.Template import Template 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