From d7a5f9c68b725d0675fcfb767686eaed4e9ce634 Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 28 Aug 2015 10:54:58 -0400 Subject: [PATCH] Fix attempt #1: gherkin-parser.razor --- python/gherkin-python.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gherkin-python.razor b/python/gherkin-python.razor index 3d5496a9..d8733d14 100755 --- a/python/gherkin-python.razor +++ b/python/gherkin-python.razor @@ -46,7 +46,7 @@ class ParserContext(object): self.token_queue = token_queue self.errors = errors -class @Model.ParserClassName(object): +class @(Model.ParserClassName)(object): def __init__(self, ast_builder=AstBuilder()): self.ast_builder = ast_builder self.stop_at_first_error = False