Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-25 | Move common/ directory into decoders/. | Uwe Hermann | |
This simplifies cross-platform handling of the Python/decoder paths and module installation/dist a bit and also fixes bug #804. | |||
2016-05-09 | Consistently use ' instead of " for strings in all PDs. | Uwe Hermann | |
2016-05-05 | Have one subdirectory per module in common/ as well. | Uwe Hermann | |
This is consistent with decoders/, conveniently allows for more than one file per module, and also happens to avoid some import warnings. |