Sun, 02 Oct 2011 12:38:58 +0200
Fixed an issue in the compile function of Utilities/__init__.py.
--- a/Utilities/__init__.py Sat Oct 01 17:20:29 2011 +0200 +++ b/Utilities/__init__.py Sun Oct 02 12:38:58 2011 +0200 @@ -1204,6 +1204,7 @@ else: fn = detail.filename line = detail.lineno and detail.lineno or 1 + index = "0" code = "" error = detail.msg return (True, fn, line, index, code, error)