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