We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4c3ac commit 0aee81dCopy full SHA for 0aee81d
1 file changed
setup.py
@@ -49,7 +49,7 @@ def generateIDL():
49
except ImportError:
50
hasomniidl = False
51
52
-OMPython_packages = ['OMPython', 'OMPython.OMParser']
+OMPython_packages = ['OMPython']
53
if hasomniidl:
54
OMPython_packages.extend(['OMPythonIDL', 'OMPythonIDL._OMCIDL', 'OMPythonIDL._OMCIDL__POA'])
55
0 commit comments