From 3839863a21950c4bcb844c194ee2a6b674f70b55 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Thu, 26 Mar 2015 23:26:36 +0100 Subject: [PATCH] EInternal is no longer reused. --- lslopt/lslparse.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index 6238ff3..fa2053d 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -166,8 +166,7 @@ class EParseInvalidCont(EParse): class EInternal(Exception): """This exception is a construct to allow a different function to cause an - immediate return of EOF from parser.GetToken(). Reused elsewhere for - detecting parsing errors. + immediate return of EOF from parser.GetToken(). """ pass