summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paste/deploy/__init__.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/paste/deploy/__init__.py b/paste/deploy/__init__.py
index f89218f..94c63a8 100644
--- a/paste/deploy/__init__.py
+++ b/paste/deploy/__init__.py
@@ -1,10 +1,3 @@
# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
-from loadwsgi import *
-try:
- from config import CONFIG
-except ImportError:
- # @@: Or should we require Paste? Or should we put threadlocal
- # into this package too?
- pass
-
+from paste.deploy.loadwsgi import *