浏览代码

fin des test branche

unknown 10 年之前
父节点
当前提交
eb2abb952d
共有 1 个文件被更改,包括 1 次插入4 次删除
  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"