summaryrefslogtreecommitdiff
path: root/tests/remap/fail/body-py/remap.py
blob: ef801f549ce94a0ce1084e1d674f58257654c103 (plain)
1
2
3
4
5
6
7
import interpreter

def interp_error(self, **words):
    self.set_errormsg("A failed Python remap handler returning INTERP_ERROR")
    return interpreter.INTERP_ERROR