source:
trunk/anuga_core/anuga/visualiser/__init__.py
@
9679
Last change on this file since 9679 was 9575, checked in by , 10 years ago | |
---|---|
File size: 260 bytes |
Line | |
---|---|
1 | |
2 | try: |
3 | import vtk |
4 | |
5 | from realtime import RealtimeVisualiser |
6 | from offline import OfflineVisualiser |
7 | from visualiser import Visualiser |
8 | except: |
9 | # we do this so that nosetests doesn't create an error when searching |
10 | # this sub_package |
11 | pass |
Note: See TracBrowser
for help on using the repository browser.