Differences From Artifact [652166f86d]:
- File gc_lang/fr/oxt/TextFormatter/TextFormatter.py — part of check-in [c88678ec25] at 2018-02-19 12:38:07 on branch multid — [lo] update: text formatter uses helpers (user: olr, size: 44681) [annotate] [blame] [check-ins using]
To Artifact [744fe2827e]:
- File gc_lang/fr/oxt/TextFormatter/TextFormatter.py — part of check-in [a6c452056b] at 2018-02-19 12:39:54 on branch multid — [lo] remove print (user: olr, size: 44649) [annotate] [blame] [check-ins using]
︙ | |||
384 385 386 387 388 389 390 | 384 385 386 387 388 389 390 391 392 393 394 395 396 397 | - | w = getattr(self, key) dOpt[w.Name] = w.State for w in lWidget: dOpt[w.Name] = w.State # write file sExtPath = helpers.getAbsolutePathOf("/pythonpath/tf_options.py") if os.path.isfile(sExtPath): |
︙ |