root/galaxy-central/eggs/bx_python-0.5.0_dev_f74aec067563-py2.6-macosx-10.6-universal-ucs2.egg/bx/__init__.py
| リビジョン 3, 252 bytes (コミッタ: kohda, 15 年 前) |
|---|
| 行番号 | |
|---|---|
| 1 | import sys |
| 2 | """ |
| 3 | Shamelessly ripped off of py.std |
| 4 | """ |
| 5 | __version__ = '0.5.0' |
| 6 | |
| 7 | class Std( object ): |
| 8 | def __init__( self ): |
| 9 | self.__dict__ = sys.modules |
| 10 | def __getattr__( self, name ): |
| 11 | m = __import__(name) |
| 12 | return m |
| 13 | |
| 14 | std = Std() |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。
![(trac.ini の [header_logo] セクションを設定してください)](/bh10.10/chrome/site/your_project_logo.png)