Skip to content

Commit 0d313cc

Browse files
committed
cleanup old code for Python 2.x
1 parent f838239 commit 0d313cc

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
@@ -32,11 +32,6 @@
3232
import warnings
3333

3434

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

0 commit comments

Comments
 (0)