commit/galaxy-central: jmchilton: Re-tweak config.py imports for legacy installs.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a2bad69f03f4/ Changeset: a2bad69f03f4 User: jmchilton Date: 2013-12-17 17:10:41 Summary: Re-tweak config.py imports for legacy installs. Affected #: 1 file diff -r 374783ca6a480fbb571bfe9eb46052667b9d0479 -r a2bad69f03f4786309ba80ff305ebdd7b68f93fa lib/galaxy/config.py --- a/lib/galaxy/config.py +++ b/lib/galaxy/config.py @@ -1,6 +1,8 @@ """ Universe configuration builder. """ +# absolute_import needed for tool_shed package. +from __future__ import absolute_import import sys, os, tempfile, re import logging, logging.config 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