Salome HOME
Remove PythonAPI implementation
[modules/shaper.git] / src / PythonAPI / model / services.py
index 9fcbe3c744506f861c7b8cd8df19f732897f0f6d..e328621ea059f75af90cbf6be51604fb30136756 100644 (file)
@@ -6,9 +6,6 @@ Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 import ModelAPI
 import GeomAPI
 
-import geom  # To be removed when gp_Ax3 will be Pythonized
-
-
 def moduleDocument ():
     """Return the main document (the Partset) created or open from the Modeler.