]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/model/__init__.py
Salome HOME
Porting to SALOME 9.1.0.
[modules/shaper.git] / src / PythonAPI / model / __init__.py
index 29364c692b38edf4074740ddaec6a2129bd1ce8b..d4d142f13dc1cb9bd028a59a2c6294c09da47034 100644 (file)
@@ -8,20 +8,20 @@ All features are available via model.add*() functions. Exceptions are:
 
 # General purpose functions and abstract root classes
 
-from services  import *
-from roots     import *
+from .services  import *
+from .roots     import *
 
 # Built-in features
 
-from build import *
-from sketcher import *
-from connection import *
-from construction import *
-from exchange import *
-from features import *
-from collection import *
-from parameter import *
-from partset import *
-from primitives import *
-from gdml import *
-from tests import *
+from .build import *
+from .sketcher import *
+from .connection import *
+from .construction import *
+from .exchange import *
+from .features import *
+from .collection import *
+from .parameter import *
+from .partset import *
+from .primitives import *
+from .gdml import *
+from .tests import *