1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/4d014ec703b0/ Changeset: 4d014ec703b0 User: Dave Bouvier Date: 2013-09-25 19:46:43 Summary: Use eggs.require instead of pkg_resources.require Affected #: 1 file
diff -r 3640bed9d3a98e286b2c3d65125868be3d6473c1 -r 4d014ec703b04b0bdef198b58412ec88ae20cb41 lib/tool_shed/galaxy_install/migrate/check.py --- a/lib/tool_shed/galaxy_install/migrate/check.py +++ b/lib/tool_shed/galaxy_install/migrate/check.py @@ -29,7 +29,7 @@ try: egg = dialect_to_egg[ dialect ] try: - pkg_resources.require( egg ) + eggs.require( egg ) log.debug( "%s egg successfully loaded for %s dialect" % ( egg, dialect ) ) except: # If the module is in the path elsewhere (i.e. non-egg), it'll still load.
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.
galaxy-commits@lists.galaxyproject.org