Skip to content
Snippets Groups Projects
Commit e69a199b authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

obsolete: use version constants in the format mapping

parent e623898b
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@
# mapping to read/write various marker formats
# <version> -> (decoder, encoder)
formats = {0: (_fm0readmarkers, _fm0encodeonemarker)}
formats = {_fm0version: (_fm0readmarkers, _fm0encodeonemarker)}
def _readmarkers(data):
"""Read and enumerate markers from raw data"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment