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=", "") |