From a03e0261ff739e1928bdea0e5adadbc54a6390d1 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Wed, 6 Aug 2014 22:49:57 +0200 Subject: [PATCH] Add TODO --- lslopt/lslparse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index a43c140..00a0e93 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -1,3 +1,4 @@ +# TODO: Add info to be able to propagate error position to the source. from lslcommon import Key, Vector, Quaternion import lslfuncs