modifié: m/loadConf.py

This commit is contained in:
sidya82 2014-03-01 22:04:15 +01:00
parent 214c23c047
commit ca621aba8f
1 changed files with 1 additions and 1 deletions

View File

@ -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' :