root/galaxy-central/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/__init__.py @ 3

リビジョン 3, 354 bytes (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
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
3from loadwsgi import *
4try:
5    from config import CONFIG
6except ImportError:
7    # @@: Or should we require Paste?  Or should we put threadlocal
8    # into this package too?
9    pass
10
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。