Revision 0eb1f53a
ID | 0eb1f53a69155bb7c72d3969d325f0fa675dce30 |
Fix a python syntax error
In python 2 we cannot have keyword-only arguments (PEP 3102).
And even if we could, this was not the right way to
declare a python function.
Files
- added
- modified
- copied
- renamed
- deleted