瀏覽代碼

test branche 2

unknown 10 年之前
父節點
當前提交
13ab7f9f5f
共有 1 個文件被更改,包括 2 次插入2 次删除
  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"""