Exemple #1
0
def main():
    app.main('icc.rake')
Exemple #2
0
def main():
    app.main('icc.xray')
def main():
    app.main('icc.dme')
def main():
    app.main('icc.dme')
Exemple #5
0
#@+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