0001# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
0002# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
0003from loadwsgi import *
0004try:
0005 from config import CONFIG
0006except ImportError:
0007 # @@: Or should we require Paste? Or should we put threadlocal
0008 # into this package too?
0009 pass