Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / src / PythonAPI / model / sketcher / __init__.py
index 9231f5d32d2bdf16520e76494d2f734a8723da2d..8c0319a1ecab2b26d8bd563a03aface7855dc7c8 100644 (file)
@@ -1,16 +1,6 @@
 """Package for Sketch plugin for the Parametric Geometry API of the Modeler.
 """
 
-# DEBIAN 6.0 WORKAROUND START
-"""
-  Following code is used to support Debian 6.0.
-  It is kept, because SketchPlugin should be loaded before SketchAPI is first used.
-  Otherwise, the runtime error will be generated while some static inline methods are broken.
-""" 
-from ModelAPI import ModelAPI_Session
-aSession = ModelAPI_Session.get()
-aSession.forceLoadPlugin("SketchPlugin")
-# DEBIAN 6.0 WORKAROUND FINISH
-
 from SketchAPI import addSketch
-from tools import addPolyline, addPolygon
+from tools import *
+from tests import *