graphicstest/graphicstestharness/batch/replace.py
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
    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]