1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/a683489600be/ changeset: a683489600be user: greg date: 2012-09-13 21:57:48 summary: import re into ~/tools.__init__ since some recent methods use it. affected #: 1 file diff -r 9b13c3554a09eefd75387f1740ed9e4b0c32c50f -r a683489600be0deb53e5abe6eb07c399e417342e lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py +++ b/lib/galaxy/tools/__init__.py @@ -6,7 +6,7 @@ pkg_resources.require( "simplejson" ) pkg_resources.require( "Mako" ) -import logging, os, string, sys, tempfile, glob, shutil, types, urllib, subprocess, random, math, traceback +import logging, os, string, sys, tempfile, glob, shutil, types, urllib, subprocess, random, math, traceback, re import simplejson import binascii from mako.template import Template 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.