Skip to content

Commit 2981831

Browse files
committed
cleanup old code for Python 2.x
1 parent 3c73fa9 commit 2981831

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

OMPython/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
import warnings
3434

3535

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-
4136
# TODO: replace this with the new parser
4237
from OMPython import OMTypedParser, OMParser
4338

0 commit comments

Comments
 (0)