summaryrefslogtreecommitdiff
path: root/paste/fixture.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-08-22 21:35:39 +0000
committerianb <devnull@localhost>2005-08-22 21:35:39 +0000
commit181bdc5a64903c342fea744e7f6717b6b09811d7 (patch)
tree577d536c978582cc914a3030475040f55c8436cd /paste/fixture.py
parent9aab8336ba20636672d902dd33dbed62793eba2f (diff)
downloadpaste-181bdc5a64903c342fea744e7f6717b6b09811d7.tar.gz
Cleanup from the last delete
Diffstat (limited to 'paste/fixture.py')
-rw-r--r--paste/fixture.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/paste/fixture.py b/paste/fixture.py
index abf2e91..18f20d6 100644
--- a/paste/fixture.py
+++ b/paste/fixture.py
@@ -20,9 +20,6 @@ else:
import doctest
from paste import wsgilib
from paste import lint
-from paste import pyconfig
-from paste import CONFIG
-from paste import server
def tempnam_no_warning(*args):
"""
@@ -492,10 +489,6 @@ def setup_module(module=None):
This is used by py.test if it is in the module, so do::
from paste.tests.fixture import setup_module
-
- to enable this. This adds an ``app`` and ``CONFIG`` object to the
- module. If there is a function ``reset_state`` in your module
- then that is also called.
"""
if module is None:
# The module we were called from must be the module...