Parent Directory
|
Revision Log
fixed to work with new python source/install directory structure
1 | # $Id$ |
2 | |
3 | import os |
4 | import sys |
5 | |
6 | #esys_root=os.getenv('ESYS_ROOT') |
7 | #sys.path.append(esys_root+'/escript/lib') |
8 | #sys.path.append(esys_root+'/escript/py_src') |
9 | |
10 | from escript.escript import * |
11 | |
12 | """ |
13 | |
14 | Tests importation of escript modules. |
15 | |
16 | """ |
17 | |
18 | testdata = Data() |
19 | |
20 | if testdata.isEmpty(): |
21 | print "Successfully created empty Data object" |
22 | |
23 | print "If an 8 is printed here => ", OPENINVENTOR, " <= util was imported OK." |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |