2015-03-10 10:45:09 +08:00
|
|
|
__author__ = 'dmy'
|
|
|
|
|
|
|
|
|
|
from FileData import *
|
|
|
|
|
|
|
|
|
|
if __name__=='__main__':
|
|
|
|
|
fileList=[r"D:\MyPro\cimforreduceloss\testHasttable\output\pan\701港前南线.txt",r"D:\MyPro\cimforreduceloss\testHasttable\output\pan\702高尔夫I线.txt"]
|
2015-03-10 17:52:17 +08:00
|
|
|
# fileList=[r"D:\MyPro\cimforreduceloss\testHasttable\output\pan\702高尔夫I线.txt"]
|
2015-03-10 10:45:09 +08:00
|
|
|
m=MergeReconfigFile(fileList)
|
2015-03-10 17:52:17 +08:00
|
|
|
m.Output(r'D:\MyPro\cimforreduceloss\testHasttable\output\merge\merged.txt')
|