Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0487710

Browse files
committed
Fix typo in pyparsing_py{2,3} init files
1 parent ce6655c commit 0487710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/pyparsing_py2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ class names, and the use of '+', '|' and '^' operators.
8282
'indentedBlock', 'originalTextFor',
8383
]
8484

85-
from pyparsing import *
85+
from .pyparsing import *

lib/pyparsing_py3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ class names, and the use of '+', '|' and '^' operators.
8282
'indentedBlock', 'originalTextFor',
8383
]
8484

85-
from pyparsing import *
85+
from .pyparsing import *

0 commit comments

Comments
 (0)