diff options
author | ianb <ianb@localhost> | 2005-08-25 19:37:03 +0000 |
---|---|---|
committer | ianb <ianb@localhost> | 2005-08-25 19:37:03 +0000 |
commit | f8cd35289cc87e1529efced52d5e9cbc3c423399 (patch) | |
tree | c4c567e52c79edc056c8b6d04d4ed903ddee7ac9 /tests/conftest.py | |
parent | 98743455e80615911730d72766bfddda7532dd8d (diff) | |
download | pastedeploy-git-0.2b5.tar.gz |
Added filter-with option; fixed some error messages; changed protocol names0.2b70.2b60.2b50.2b40.2b30.2b20.2b1
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 0cc7d9b..d48c2d6 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -14,7 +14,3 @@ import pkg_resources sys.path.insert(0, base) #pkg_resources.require('Paste-Deploy') -# This is where applications we test go; these applications -# are only used for testing, they aren't "real". -sys.path.append(os.path.join(here, 'fake_packages')) - |