[Python-modules-commits] r400 - in /packages/pastedeploy: ./ branches/ branches/upstream/ branches/upstream/current/ branches/upstream/current/PasteDeploy.egg-info/ branches/upstream/current/PasteDeploy.egg-info/SOURCES.txt tags/

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Thu May 4 18:02:11 UTC 2006


Author: pox-guest
Date: Thu May  4 18:02:09 2006
New Revision: 400

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=400
Log:
[svn-inject] Installing original source of pastedeploy

Added:
    packages/pastedeploy/
    packages/pastedeploy/branches/
    packages/pastedeploy/branches/upstream/
    packages/pastedeploy/branches/upstream/current/
    packages/pastedeploy/branches/upstream/current/PasteDeploy.egg-info/
    packages/pastedeploy/branches/upstream/current/PasteDeploy.egg-info/SOURCES.txt
    packages/pastedeploy/tags/

Added: packages/pastedeploy/branches/upstream/current/PasteDeploy.egg-info/SOURCES.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/branches/upstream/current/PasteDeploy.egg-info/SOURCES.txt?rev=400&op=file
==============================================================================
--- packages/pastedeploy/branches/upstream/current/PasteDeploy.egg-info/SOURCES.txt (added)
+++ packages/pastedeploy/branches/upstream/current/PasteDeploy.egg-info/SOURCES.txt Thu May  4 18:02:09 2006
@@ -1,0 +1,42 @@
+MANIFEST.in
+setup.cfg
+setup.py
+PasteDeploy.egg-info/PKG-INFO
+PasteDeploy.egg-info/entry_points.txt
+PasteDeploy.egg-info/namespace_packages.txt
+PasteDeploy.egg-info/not-zip-safe
+PasteDeploy.egg-info/requires.txt
+PasteDeploy.egg-info/top_level.txt
+docs/index.txt
+docs/news.txt
+paste/__init__.py
+paste/deploy/__init__.py
+paste/deploy/config.py
+paste/deploy/converters.py
+paste/deploy/interfaces.py
+paste/deploy/loadwsgi.py
+paste/deploy/paster_templates.py
+paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl
+paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl
+paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
+paste/deploy/util/__init__.py
+paste/deploy/util/threadinglocal.py
+tests/conftest.py
+tests/fixture.py
+tests/test_basic_app.py
+tests/test_config.py
+tests/test_filter.py
+tests/test_load_package.py
+tests/fake_packages/FakeApp.egg/setup.py
+tests/fake_packages/FakeApp.egg/FakeApp.egg-info/PKG-INFO
+tests/fake_packages/FakeApp.egg/FakeApp.egg-info/entry_points.txt
+tests/fake_packages/FakeApp.egg/FakeApp.egg-info/top_level.txt
+tests/fake_packages/FakeApp.egg/fakeapp/__init__.py
+tests/fake_packages/FakeApp.egg/fakeapp/apps.py
+tests/fake_packages/FakeApp.egg/fakeapp/configapps.py
+tests/sample_configs/basic_app.ini
+tests/sample_configs/executable.ini
+tests/sample_configs/test_config.ini
+tests/sample_configs/test_config_included.ini
+tests/sample_configs/test_filter.ini
+tests/sample_configs/test_filter_with.ini




More information about the Python-modules-commits mailing list