root/galaxy-central/eggs/bx_python-0.5.0_dev_f74aec067563-py2.6-macosx-10.6-universal-ucs2.egg/psyco_full.py
リビジョン 3, 194 bytes (コミッタ: kohda, 14 年 前) |
---|
行番号 | |
---|---|
1 | """ |
2 | Attempt to call psyco.full, but ignore any errors. |
3 | """ |
4 | |
5 | import sys |
6 | |
7 | try: |
8 | import psyco |
9 | psyco.full() |
10 | except: |
11 | pass |
12 | #print >> sys.stderr, "Psyco not found, continuing without it" |
13 | |
14 |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。