Skip to content

Commit 3b76ff7

Browse files
authored
help internal pyparsing import (#164)
1 parent 809e4a9 commit 3b76ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/getkw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import sys, os, inspect
2020
import re, string
2121
from copy import deepcopy
22-
from pyparsing import \
22+
from .pyparsing import \
2323
Literal, Word, ZeroOrMore, Group, Dict, Optional, removeQuotes, \
2424
printables, ParseException, restOfLine, alphas, alphanums, nums, \
2525
pythonStyleComment, oneOf, quotedString, SkipTo, Forward, \

0 commit comments

Comments
 (0)