1 from __future__
import print_function
3 __date__ =
"$2010-07-26 12.51.12$" 5 from os.path
import join
14 for filePath, lines
in listRule:
15 dict[filePath] = lines
16 file = open(
join(path, fileName),
'w')
17 pickle.dump(dict, file)
22 print(
'Cannot open %s file'%fileName)
S & print(S &os, JobReport::InputFile const &f)
def createPickleFile(fileName, listRule, path=os.getcwd())
static std::string join(char **cmd)