commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5ac8d92a066e/ changeset: 5ac8d92a066e branch: stable user: inithello date: 2013-02-20 14:56:36 summary: Fix missing import in repository controller. affected #: 1 file diff -r d5896e8a60fa948f1713d4b5e30126a12a958679 -r 5ac8d92a066edefa4ab63936372ec9bcc689cafc lib/galaxy/webapps/community/controllers/repository.py --- a/lib/galaxy/webapps/community/controllers/repository.py +++ b/lib/galaxy/webapps/community/controllers/repository.py @@ -1,4 +1,4 @@ -import os, logging, re, tempfile, shutil, ConfigParser +import os, logging, re, tempfile, shutil, ConfigParser, string from time import gmtime, strftime from datetime import date, datetime from galaxy import util, web https://bitbucket.org/galaxy/galaxy-central/commits/efebd50fd708/ changeset: efebd50fd708 user: inithello date: 2013-02-20 14:56:36 summary: Fix missing import in repository controller. affected #: 1 file diff -r 1895646e8ce0ed905f7fef8a8fc184ae1606a006 -r efebd50fd708aa3af73f954e4da68e88f2bced9a lib/galaxy/webapps/community/controllers/repository.py --- a/lib/galaxy/webapps/community/controllers/repository.py +++ b/lib/galaxy/webapps/community/controllers/repository.py @@ -1,4 +1,4 @@ -import os, logging, re, tempfile, shutil, ConfigParser +import os, logging, re, tempfile, shutil, ConfigParser, string from time import gmtime, strftime from datetime import date, datetime from galaxy import util, web 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)
-
Bitbucket