Salome HOME
scs #13187 Ajout d'un module python à SALOME version 9.x: migration vers python 3
[tools/sat.git] / data / templates / PythonComponent / src / View / GraphicsScene.py
index ca307f4b70f0ed7975758f209b99ded9e8feec33..817bb5f5d207abffb875cca8fad9353fcd0a1a6b 100755 (executable)
@@ -55,7 +55,7 @@ class GraphicsScene( View, QGraphicsScene ) :
        pass
 
    def draw( self ) :
-       print 'Virtual method'
+       print('Virtual method')
        pass
 
    def undraw( self ) :