From 4718d128a522ba450fecea0a87ee55a5a296dd2c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 10 Jun 2010 08:32:03 -0700 Subject: Add fatal bits and LAYERDIR bits to TODO Signed-off-by: Chris Larson --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 92ef528e2..7a710c684 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 -- cgit 1.2.3-korg