Skip to content
  • Ilias Tsitsimpis's avatar
    Fix a python syntax error · 1bea338c
    Ilias Tsitsimpis authored
    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.
    1bea338c