commit/galaxy-central: dan: Fix for missing eggs.require in lib/galaxy/exceptions/__init__.py.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/cf0d0001893c/ Changeset: cf0d0001893c User: dan Date: 2013-12-02 20:48:30 Summary: Fix for missing eggs.require in lib/galaxy/exceptions/__init__.py. Affected #: 1 file diff -r cd94f9721265741d448a225df511141190049f34 -r cf0d0001893cabb08a01a6d8938f3aa24be4cada lib/galaxy/exceptions/__init__.py --- a/lib/galaxy/exceptions/__init__.py +++ b/lib/galaxy/exceptions/__init__.py @@ -1,6 +1,10 @@ """ Custom exceptions for Galaxy """ + +from galaxy import eggs +eggs.require( "Paste" ) + from paste import httpexceptions class MessageException( Exception ): 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