aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 92ef528e..7a710c68 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+- Move the LAYERDIR expansion hack into DataSmart, as that's where code that
+ depends upon its internals belongs
+- Continue dropping fatal/SystemExit/sys.exit usage in favor of raising
+ appropriate exceptions
- Continue pylint / pyflakes / pychecker / pep8 fixups
- Drop os.system usage in favor of direct subprocess usage or a subprocess
wrapper