1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ae446180fd11/ changeset: ae446180fd11 user: dannon date: 2013-02-06 16:57:11 summary: Fix MarkupSafe import issue introduced in 7461:5f2db4a18d3d. affected #: 1 file diff -r a9913124b727dff41801c83fd74f06c6721a4f57 -r ae446180fd11e74cfdcb25bf26d23b05889ab798 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py +++ b/lib/galaxy/tools/__init__.py @@ -4,6 +4,7 @@ import pkg_resources pkg_resources.require( "simplejson" ) +pkg_resources.require( "MarkupSafe" ) #MarkupSafe must load before mako pkg_resources.require( "Mako" ) import logging, os, string, sys, tempfile, glob, shutil, types, urllib, subprocess, random, math, traceback, re 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.