root/galaxy-central/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/__init__.py
リビジョン 3, 354 bytes (コミッタ: kohda, 14 年 前) |
---|
行番号 | |
---|---|
1 | # (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org) |
2 | # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php |
3 | from loadwsgi import * |
4 | try: |
5 | from config import CONFIG |
6 | except ImportError: |
7 | # @@: Or should we require Paste? Or should we put threadlocal |
8 | # into this package too? |
9 | pass |
10 |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。