source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/XDRpy/hello.py @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 4 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

File size: 87 bytes
Line 
1from XDR import *
2
3init()
4
5print "hello world!"
6
7
8plugin = loadCodePlugin()
9
10
11
12finish()
Note: See TracBrowser for help on using the repository browser.