From ca621aba8f5f11efd3ab97321f02a38d4692e96d Mon Sep 17 00:00:00 2001 From: sidya82 Date: Sat, 1 Mar 2014 22:04:15 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20m/lo?= =?UTF-8?q?adConf.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m/loadConf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/loadConf.py b/m/loadConf.py index 63085cd..2ae4748 100644 --- a/m/loadConf.py +++ b/m/loadConf.py @@ -1,6 +1,6 @@ class LoadConf(object): def loadHand(self): - with open("fichier/conf", "r") as source : + with open("m/fichier/conf", "r") as source : for ligne in source: data = ligne.rstrip('\n\r').split('=') if data[0] in 'handicap' :