Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /edpm/run_edpm.py was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 import sys
0002 import os
0003 import inspect
0004 
0005 if __name__ == '__main__':
0006 
0007     # make sure 'python run_edpm.py' command would work
0008     # this_dir = os.path.dirname(os.path.dirname(inspect.stack()[0][1]))
0009     # sys.path.insert(0, "this_dir")
0010 
0011     import edpm
0012 
0013     # Run edpm cli
0014     edpm.edpm_cli()