Salome HOME
Mise à jour du template PythonComponent:
[tools/sat.git] / data / templates / PythonComponent / src / View / PolyGraphicsScene.py
index e4b4f3f1309344c742076c80e47bc0dd08a037fd..0690d7543f66ae081683d48fa0466a8f26118251 100755 (executable)
@@ -1,6 +1,5 @@
 from GraphicsScene import GraphicsScene
-from PyQt4.QtGui import *
-from PyQt4.QtCore import *
+from qtsalome import *
 from GraphicsRectItem import GraphicsRectItem
 
 class PolyGraphicsScene(  GraphicsScene ) :