summaryrefslogtreecommitdiff
path: root/src/paste/deploy/__init__.py
blob: cacb9a6d78909d9c7b4b3c4c06eb052f77a5ecd9 (plain)
1
2
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 paste.deploy.loadwsgi import *  # noqa F401,F403