Differences From Artifact [78de6b4826]:
- File make.py — part of check-in [245cd4631d] at 2017-06-24 07:35:06 on branch trunk — [core][build] options according to context (applications) (user: olr, size: 16603) [annotate] [blame] [check-ins using]
To Artifact [14dcb35490]:
- File make.py — part of check-in [58cdb431b8] at 2017-06-27 13:38:07 on branch trunk — [fr][oxt] formateur de texte: table de remplacement séparée (user: olr, size: 16604) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | def getConfig (sLang): xConfig = configparser.SafeConfigParser() xConfig.optionxform = str try: xConfig.read("gc_lang/" + sLang + "/config.ini", encoding="utf-8") except: |
︙ |