EInternal is no longer reused.

This commit is contained in:
Sei Lisa 2015-03-26 23:26:36 +01:00
parent e21173170e
commit 3839863a21

View file

@ -166,8 +166,7 @@ class EParseInvalidCont(EParse):
class EInternal(Exception): class EInternal(Exception):
"""This exception is a construct to allow a different function to cause an """This exception is a construct to allow a different function to cause an
immediate return of EOF from parser.GetToken(). Reused elsewhere for immediate return of EOF from parser.GetToken().
detecting parsing errors.
""" """
pass pass