Bladeren bron

fin des test branche

unknown 10 jaren geleden
bovenliggende
commit
eb2abb952d
1 gewijzigde bestanden met toevoegingen van 1 en 4 verwijderingen
  1. 1 4
      lib/Pion.py

+ 1 - 4
lib/Pion.py

@@ -10,9 +10,6 @@ from Creature import Creature
 from Forme import Forme
 from outilsSvg import *
 
-def test()
-    return "test"
-
 class Pion(QGraphicsItem):
     """pion du plateau de combat"""
     def __init__(self, plateau, numero, parent=None):
@@ -20,7 +17,7 @@ class Pion(QGraphicsItem):
         #plateau
         self.plateau = plateau
 
-        #attributs (test)
+        #attributs
         self.numero = numero
         self.creature = Creature()
         self.nom = "pion"