eric5-trpreviewer.py

changeset 97
c4086afea02b
parent 18
3b1f5d872fd7
child 428
58405c24aa09
child 514
a3e454b3293d
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
11 of the tr previewer and starts the Qt event loop. This is a standalone version 11 of the tr previewer and starts the Qt event loop. This is a standalone version
12 of the integrated tr previewer. 12 of the integrated tr previewer.
13 """ 13 """
14 14
15 import sys 15 import sys
16 import os
17 16
18 for arg in sys.argv: 17 for arg in sys.argv:
19 if arg.startswith("--config="): 18 if arg.startswith("--config="):
20 import Utilities 19 import Utilities
21 configDir = arg.replace("--config=", "") 20 configDir = arg.replace("--config=", "")

eric ide

mercurial