43 ) |
43 ) |
44 |
44 |
45 (options, args) = parser.parse_args() |
45 (options, args) = parser.parse_args() |
46 |
46 |
47 pickle2json(options.input_file, options.output_file) |
47 pickle2json(options.input_file, options.output_file) |
|
48 |
|
49 # |
|
50 # eflag: FileType = Python2 |