Skip to content

Commit

Permalink
Fix attempt #1: gherkin-parser.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
Zearin committed Aug 28, 2015
1 parent c98c473 commit d7a5f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gherkin-python.razor
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7a5f9c

Please sign in to comment.