From 7a3623a14ee2ffa021c1a2a8f337826e055b328d Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Thu, 18 Jun 2015 18:12:11 +0200 Subject: fix pep8 whitespace --- libpathod/language/exceptions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libpathod/language/exceptions.py') diff --git a/libpathod/language/exceptions.py b/libpathod/language/exceptions.py index a65c7936..84ad3c02 100644 --- a/libpathod/language/exceptions.py +++ b/libpathod/language/exceptions.py @@ -8,6 +8,7 @@ class FileAccessDenied(RenderError): class ParseException(Exception): + def __init__(self, msg, s, col): Exception.__init__(self) self.msg = msg -- cgit v1.2.3