Browse Source

Merge branch 'StructPion'

unknown 10 năm trước cách đây
mục cha
commit
11d1381b67
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lib/Pion.py

+ 2 - 2
lib/Pion.py

@@ -10,8 +10,8 @@ from Creature import Creature
 from Forme import Forme
 from outilsSvg import *
 
-def fctBidon():
-    return "salut!!"
+def test()
+    return "test"
 
 class Pion(QGraphicsItem):
     """pion du plateau de combat"""