摘要: 1 #!/usr/bin/python 2 ## A file handling script, including functions that could search file by key 3 ## and rename file by appending key value to the file names. 4 5 import os 6 import shutil 7 import copy 8 9 def get_INV_list(key_file):10 """ read key_file and get key values into lis 阅读全文
posted @ 2012-07-09 20:32 Alex_Waiter 阅读(263) 评论(0) 推荐(0)