branch | CompilerCompatibility |
changeset 31 | 8d23fe8ae91b |
parent 18 | 5e30ef2e26cb |
30:30f62d96b898 | 31:8d23fe8ae91b |
---|---|
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] |