1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/1c184746177e/ changeset: r5054:1c184746177e user: natefoo date: 2011-02-14 16:56:06 summary: Fix for PBS job runner importing itself instead of pbs_python. affected #: 1 file (15 bytes) --- a/lib/galaxy/jobs/runners/pbs.py Mon Feb 14 09:08:04 2011 -0500 +++ b/lib/galaxy/jobs/runners/pbs.py Mon Feb 14 10:56:06 2011 -0500 @@ -25,7 +25,7 @@ try: pkg_resources.require( "pbs_python" ) - import pbs + pbs = __import__( "pbs" ) except Exception, e: raise Exception( egg_message % str( e ) ) 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.