eric5_diff.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2302
f29e9405c851
child 2526
a91cba8291b9
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
9 9
10 This is the main Python script that performs the necessary initialization 10 This is the main Python script that performs the necessary initialization
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
15 from __future__ import unicode_literals # __IGNORE_WARNING__
14 16
15 import sys 17 import sys
16 18
17 for arg in sys.argv: 19 for arg in sys.argv:
18 if arg.startswith("--config="): 20 if arg.startswith("--config="):

eric ide

mercurial