Parent Directory
|
Revision Log
Converting some line endings to unix form as part diagnosing the problem with the current merge from the DAE branch.
1 | import unittest |
2 | |
3 | class AscendTest(unittest.TestCase): |
4 | |
5 | def testloading(self): |
6 | import ascpy |
7 | |
8 | def testsystema4l(self): |
9 | import ascpy |
10 | L = ascpy.Library() |
11 | L.load('simpleflowsheet01.a4c') |
12 | print "LOADED simpleflowsheet01" |
13 | |
14 | if __name__=='__main__': |
15 | unittest.main() |
16 |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |