
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2dd18c7198ad/ Changeset: 2dd18c7198ad Branch: stable User: Dave Bouvier Date: 2013-06-04 18:02:55 Summary: Fix missing import. Affected #: 1 file diff -r 2a116647d7d75d5088c43fe3ac1d10bd9e66a08c -r 2dd18c7198ad7ff1c354dbefa0715b2344360487 lib/tool_shed/util/shed_util_common.py --- a/lib/tool_shed/util/shed_util_common.py +++ b/lib/tool_shed/util/shed_util_common.py @@ -8,6 +8,7 @@ from time import strftime from galaxy import util from galaxy.util import json +from galaxy.util import unicodify from galaxy.web import url_for from galaxy.web.form_builder import SelectField from galaxy.datatypes import checkers https://bitbucket.org/galaxy/galaxy-central/commits/f3cfd3936759/ Changeset: f3cfd3936759 User: Dave Bouvier Date: 2013-06-04 18:02:55 Summary: Fix missing import. Affected #: 1 file diff -r ef3816ca5e0cc88616c34144af00b4fcce5bf0d0 -r f3cfd3936759aa70f3a3b772ecf469e1a059d7cb lib/tool_shed/util/shed_util_common.py --- a/lib/tool_shed/util/shed_util_common.py +++ b/lib/tool_shed/util/shed_util_common.py @@ -8,6 +8,7 @@ from time import strftime from galaxy import util from galaxy.util import json +from galaxy.util import unicodify from galaxy.web import url_for from galaxy.web.form_builder import SelectField from galaxy.datatypes import checkers 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.