Skip to content

Commit 0aee81d

Browse files
committed
Fixed obsolete file location
1 parent 0c4c3ac commit 0aee81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def generateIDL():
4949
except ImportError:
5050
hasomniidl = False
5151

52-
OMPython_packages = ['OMPython', 'OMPython.OMParser']
52+
OMPython_packages = ['OMPython']
5353
if hasomniidl:
5454
OMPython_packages.extend(['OMPythonIDL', 'OMPythonIDL._OMCIDL', 'OMPythonIDL._OMCIDL__POA'])
5555

0 commit comments

Comments
 (0)