Salome HOME
Some corrections of import/export operations
[plugins/acisplugin.git] / src / ACISPluginBuilder.py
index cf4e037458d58b236583409fb341ff2c8efa8f96..1fcd6f36c5cac79161e2c5ecb3420d77673d1a7b 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-from ACISPlugin import GEOM_IACISPluginOperations
+from ACISPlugin import IACISOperations
 
 # Engine Library Name
 __libraryName__ = "ACISPluginEngine"
 
 def GetACISPluginOperations(self):
     anOp = self.GetPluginOperations(self.myStudyId, __libraryName__)
-    return anOp._narrow(GEOM_IACISPluginOperations)
+    return anOp._narrow(IACISOperations)
 
 ## Export the given shape into a file with given name in ACIS format.
 #  @param theObject Shape to be stored in the file.