root/galaxy-central/eggs/Cheetah-2.2.2-py2.6-macosx-10.6-universal-ucs2.egg/Cheetah/Unspecified.py @ 3

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

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

行番号 
1try:
2    from ds.sys.Unspecified import Unspecified
3except ImportError:
4    class _Unspecified:
5        def __repr__(self):
6            return 'Unspecified'       
7        def __str__(self):
8            return 'Unspecified'
9    Unspecified = _Unspecified()
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。