Explicitly declared all the byte strings. Renamed variables using reserved keywords
authorFélix Mattrat <mattr.felix@gmail.com>
Mon, 18 Apr 2016 14:26:54 +0000 (16:26 +0200)
committerFélix Mattrat <mattr.felix@gmail.com>
Mon, 18 Apr 2016 16:06:41 +0000 (18:06 +0200)
commit7cfe09e209f7c4f9a78daed99b742aaf122935d8
tree1eefbd8458324c77cefd92401522e3df925a6c34
parent7ead31254ab849740255fe8ab1ce40a04c5802cf
Explicitly declared all the byte strings. Renamed variables using reserved keywords
13 files changed:
fastimport/commands.py
fastimport/dates.py
fastimport/helpers.py
fastimport/parser.py
fastimport/processor.py
fastimport/processors/filter_processor.py
fastimport/processors/query_processor.py
fastimport/tests/test_commands.py
fastimport/tests/test_dates.py
fastimport/tests/test_errors.py
fastimport/tests/test_filter_processor.py
fastimport/tests/test_helpers.py
fastimport/tests/test_parser.py