Parent Directory
|
Revision Log
move all directories from trunk/esys2 into trunk and remove esys2
1 | # $Id$ |
2 | |
3 | import os |
4 | import sys |
5 | |
6 | from esys.escript import * |
7 | from esys.escript.linearPDEs import * |
8 | from esys.escript.pdetools import * |
9 | |
10 | """ |
11 | |
12 | Tests importation of escript modules. |
13 | |
14 | """ |
15 | |
16 | exit_code = 0 |
17 | |
18 | testdata = Data() |
19 | if testdata.isEmpty(): |
20 | print "Successfully created empty Data object" |
21 | else: |
22 | exit_code = 1 |
23 | |
24 | sys.exit(exit_code) |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.26 |