We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809e4a9 commit 3b76ff7Copy full SHA for 3b76ff7
tools/getkw.py
@@ -19,7 +19,7 @@
19
import sys, os, inspect
20
import re, string
21
from copy import deepcopy
22
-from pyparsing import \
+from .pyparsing import \
23
Literal, Word, ZeroOrMore, Group, Dict, Optional, removeQuotes, \
24
printables, ParseException, restOfLine, alphas, alphanums, nums, \
25
pythonStyleComment, oneOf, quotedString, SkipTo, Forward, \
0 commit comments