コード例 #1
0
ファイル: icc_rake_app.py プロジェクト: eugeneai/dispersive
def main():
    app.main('icc.rake')
コード例 #2
0
ファイル: icc_xray_app.py プロジェクト: eugeneai/dispersive
def main():
    app.main('icc.xray')
コード例 #3
0
def main():
    app.main('icc.dme')
コード例 #4
0
def main():
    app.main('icc.dme')
コード例 #5
0
ファイル: xicc_rake_app.py プロジェクト: eugeneai/dispersive
#@+leo-ver=4-thin
#@+node:eugeneai.20110116171118.1315:@shadow icc_rake_app.py
#@@language python
#@@tabwidth -4
#!/usr/bin/python
#@+others
#@+node:eugeneai.20110116171118.1319:imports
import sys
import icc.rake.app as app
#@nonl
#@-node:eugeneai.20110116171118.1319:imports
#@+node:eugeneai.20110116171118.1316:main proceudre

if __name__=="__main__":
    app.main()
#@-node:eugeneai.20110116171118.1316:main proceudre
#@-others
#@-node:eugeneai.20110116171118.1315:@shadow icc_rake_app.py
#@-leo