eric5-diff.py

changeset 97
c4086afea02b
parent 18
3b1f5d872fd7
child 791
9ec2ac20e54e
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
11 of the Diff module and starts the Qt event loop. This is a standalone 11 of the Diff module and starts the Qt event loop. This is a standalone
12 version of the integrated Diff module. 12 version of the integrated Diff module.
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