Codebase list pastedeploy / 5e500d2
[svn-inject] Forking pastedeploy source to Trunk Piotr Ożarowski 17 years ago
1 changed file(s) with 42 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 MANIFEST.in
1 setup.cfg
2 setup.py
3 PasteDeploy.egg-info/PKG-INFO
4 PasteDeploy.egg-info/entry_points.txt
5 PasteDeploy.egg-info/namespace_packages.txt
6 PasteDeploy.egg-info/not-zip-safe
7 PasteDeploy.egg-info/requires.txt
8 PasteDeploy.egg-info/top_level.txt
9 docs/index.txt
10 docs/news.txt
11 paste/__init__.py
12 paste/deploy/__init__.py
13 paste/deploy/config.py
14 paste/deploy/converters.py
15 paste/deploy/interfaces.py
16 paste/deploy/loadwsgi.py
17 paste/deploy/paster_templates.py
18 paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl
19 paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl
20 paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
21 paste/deploy/util/__init__.py
22 paste/deploy/util/threadinglocal.py
23 tests/conftest.py
24 tests/fixture.py
25 tests/test_basic_app.py
26 tests/test_config.py
27 tests/test_filter.py
28 tests/test_load_package.py
29 tests/fake_packages/FakeApp.egg/setup.py
30 tests/fake_packages/FakeApp.egg/FakeApp.egg-info/PKG-INFO
31 tests/fake_packages/FakeApp.egg/FakeApp.egg-info/entry_points.txt
32 tests/fake_packages/FakeApp.egg/FakeApp.egg-info/top_level.txt
33 tests/fake_packages/FakeApp.egg/fakeapp/__init__.py
34 tests/fake_packages/FakeApp.egg/fakeapp/apps.py
35 tests/fake_packages/FakeApp.egg/fakeapp/configapps.py
36 tests/sample_configs/basic_app.ini
37 tests/sample_configs/executable.ini
38 tests/sample_configs/test_config.ini
39 tests/sample_configs/test_config_included.ini
40 tests/sample_configs/test_filter.ini
41 tests/sample_configs/test_filter_with.ini