Files
galaxy/scripts/paster.py
T
James Taylor 2c4c20436e Cleaning up modules. Still a few stragglers that can't be easily eggified.
EVERYTHING we depend on should eventually be under the galaxy module or
packaged in eggs to avoid namespace problems.
2006-11-15 18:27:21 +00:00

8 lines
136 B
Python
Executable File

#!/usr/bin/env python2.4
import pkg_resources;
pkg_resources.require( "PasteScript" )
from paste.script import command
command.run()