Changeset 14160
- Timestamp:
- Nov 25, 2019 10:35:05 AM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-2385/Python/src/tests_jmodelica/__init__.py
r14135 r14160 27 27 import shutil 28 28 import platform 29 try: 30 from pyjmi.common import python3_flag 31 except: 32 raise Exception("Import error exception, PYTHONPATH=[}".format(os.environ["PYTHONPATH"])) 29 from pyjmi.common import python3_flag 33 30 34 31 __all__ = ['general', 'initialization', 'optimization', 'simulation',
Note: See TracChangeset
for help on using the changeset viewer.