فهرست منبع

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"""