diff options
author | Luke Macken <lmacken@redhat.com> | 2008-06-27 21:43:09 -0400 |
---|---|---|
committer | Luke Macken <lmacken@redhat.com> | 2008-06-27 21:43:09 -0400 |
commit | ef6aa096bbb8f52c2bad76f3b086167db326da89 (patch) | |
tree | 022e2363dbfb8879948d89cfcc7ae1f2f53b64a0 /manas.egg-info/entry_points.txt | |
download | manas-ef6aa096bbb8f52c2bad76f3b086167db326da89.tar.gz manas-ef6aa096bbb8f52c2bad76f3b086167db326da89.tar.xz manas-ef6aa096bbb8f52c2bad76f3b086167db326da89.zip |
Initial TG2 quickstart
Diffstat (limited to 'manas.egg-info/entry_points.txt')
-rw-r--r-- | manas.egg-info/entry_points.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manas.egg-info/entry_points.txt b/manas.egg-info/entry_points.txt new file mode 100644 index 0000000..5bda1da --- /dev/null +++ b/manas.egg-info/entry_points.txt @@ -0,0 +1,7 @@ + + [paste.app_factory] + main = manas.config.middleware:make_app + + [paste.app_install] + main = pylons.util:PylonsInstaller +
\ No newline at end of file |