commit/galaxy-central: james_taylor: core: add PasteDeploy dependency back, used inside Paste#httpserver
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1314557d0983/ changeset: 1314557d0983 user: james_taylor date: 2013-02-01 23:30:58 summary: core: add PasteDeploy dependency back, used inside Paste#httpserver affected #: 3 files diff -r 91e6f09a02ea1ce044628c65ed51a72d6331a1bb -r 1314557d09836855394cf67d6c805fd86a85f4cc eggs.ini --- a/eggs.ini +++ b/eggs.ini @@ -47,6 +47,7 @@ NoseHTML = 0.4.1 NoseTestDiff = 0.1 Paste = 1.6 +PasteDeploy = 1.3.3 pexpect = 2.4 python_openid = 2.2.5 python_daemon = 1.5.5 diff -r 91e6f09a02ea1ce044628c65ed51a72d6331a1bb -r 1314557d09836855394cf67d6c805fd86a85f4cc lib/galaxy/util/pastescript/__init__.py --- /dev/null +++ b/lib/galaxy/util/pastescript/__init__.py @@ -0,0 +1,3 @@ +""" +Command for loading and serving wsgi apps taken from PasteScript +""" diff -r 91e6f09a02ea1ce044628c65ed51a72d6331a1bb -r 1314557d09836855394cf67d6c805fd86a85f4cc scripts/paster.py --- a/scripts/paster.py +++ b/scripts/paster.py @@ -27,8 +27,7 @@ import tempfile pkg_resources.require( "Paste" ) -#pkg_resources.require( "PasteScript" ) -#pkg_resources.require( "PasteDeploy" ) +pkg_resources.require( "PasteDeploy" ) from galaxy.util.pastescript import serve serve.run() 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