Salome HOME
Some corrections of import/export operations
[plugins/dxfplugin.git] / src / DXFPluginBuilder.py
index 72b5c730af5cc3165cf31c5fd81ff5f52375c828..63404d6b7c1019b0c7d4ef61169d94703610cb04 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-from DXFPlugin import GEOM_IDXFPluginOperations
+from DXFPlugin import IDXFOperations
 
 # Engine Library Name
 __libraryName__ = "DXFPluginEngine"
 
 def GetDXFPluginOperations(self):
     anOp = self.GetPluginOperations(self.myStudyId, __libraryName__)
-    return anOp._narrow(GEOM_IDXFPluginOperations)
+    return anOp._narrow(IDXFOperations)
 
 ## Export the given shape into a file with given name in DXF format.
 #  @param theObject Shape to be stored in the file.