Changeset 13591
- Timestamp:
- Sep 24, 2019 11:19:55 AM (3 months ago)
- Location:
- branches/dev-5819/Python/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-5819/Python/src/pyjmi/log/tree.py
r13590 r13591 21 21 """ 22 22 23 importpyjmi.common import python3_flag23 from pyjmi.common import python3_flag 24 24 class Comment(object): 25 25 """Log comment node. -
branches/dev-5819/Python/src/pymodelica/compiler_wrappers.py
r13590 r13591 24 24 from .compiler_interface import * 25 25 from .compiler_logging import CompilerLogHandler, LogHandlerThread 26 importpymodelica.common import python3_flag26 from pymodelica.common import python3_flag 27 27 from pymodelica.common.core import list_to_string 28 28 from .compiler_exceptions import *
Note: See TracChangeset
for help on using the changeset viewer.