We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c73fa9 commit 2981831Copy full SHA for 2981831
1 file changed
OMPython/__init__.py
@@ -33,11 +33,6 @@
33
import warnings
34
35
36
-if sys.platform == 'darwin':
37
- # On Mac let's assume omc is installed here and there might be a broken omniORB installed in a bad place
38
- sys.path.append('/opt/local/lib/python2.7/site-packages/')
39
- sys.path.append('/opt/openmodelica/lib/python2.7/site-packages/')
40
-
41
# TODO: replace this with the new parser
42
from OMPython import OMTypedParser, OMParser
43
0 commit comments