branch | EGL_MERGE |
changeset 86 | 841b49c57c50 |
parent 18 | 5e30ef2e26cb |
75:b3f964e007c8 | 86:841b49c57c50 |
---|---|
12 # Contributors: |
12 # Contributors: |
13 # |
13 # |
14 # Description: |
14 # Description: |
15 # |
15 # |
16 |
16 |
17 import sys |
17 import sys |
18 # first argument is path to file to modify |
18 # first argument is path to file to modify |
19 filePath=sys.argv[1] |
19 filePath=sys.argv[1] |
20 outFile=filePath |
20 outFile=filePath |
21 # second argument is string to find |
21 # second argument is string to find |
22 findstring=sys.argv[2] |
22 findstring=sys.argv[2] |