Skip to content

Commit

Permalink
Make the example importable
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswiman committed Apr 22, 2022
1 parent 15f900b commit 9daef80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion parsimonious/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest

from parsimonious.exceptions import ParseError
from parsimonious.tests.examples.grammar_syntax_extension import AttrsTokenGrammar
from parsimonious.examples.grammar_syntax_extension import AttrsTokenGrammar


def noparse(grammar, text):
Expand Down

0 comments on commit 9daef80

Please sign in to comment.