diff options
Diffstat (limited to 'pyparsing/exceptions.py')
-rw-r--r-- | pyparsing/exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyparsing/exceptions.py b/pyparsing/exceptions.py index e5f665f..362b4c1 100644 --- a/pyparsing/exceptions.py +++ b/pyparsing/exceptions.py @@ -1,5 +1,6 @@ # exceptions.py +import sys from pyparsing.util import col, line, lineno |