2 __date__ =
"$2010-07-26 12.51.12$"
4 from os.path
import join
13 for filePath, lines
in listRule:
14 dict[filePath] = lines
15 file = open(
join(path, fileName),
'w')
16 pickle.dump(dict, file)
21 print 'Cannot open %s file'%fileName
static std::string join(char **cmd)