diff options
author | Bjoern Tropf <asymmail@googlemail.com> | 2009-07-09 14:35:41 +0200 |
---|---|---|
committer | Bjoern Tropf <asymmail@googlemail.com> | 2009-07-09 14:35:41 +0200 |
commit | 43ee4f1b1af3918374375d3de325498431a6fb1f (patch) | |
tree | e62de8dd392bb485d2d769f76b19c1d872218197 /TODO | |
parent | Add guidexml class (diff) | |
download | kernel-check-43ee4f1b1af3918374375d3de325498431a6fb1f.tar.gz kernel-check-43ee4f1b1af3918374375d3de325498431a6fb1f.tar.bz2 kernel-check-43ee4f1b1af3918374375d3de325498431a6fb1f.zip |
Add custom Exceptions
Remove error()
Mark debug() deprecated
Move global variables to kernellib
Fix some minor bugs
Add some additional output information
Remove Copyrights
Move all tests to testsuite.py
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -6,13 +6,14 @@ Todo - Rework interval class and all interval functions (expand?) - Rework cves.refs - class(object) (new class) +- Use exeptions instead of debug() +- Break lines Clean code ========== -- Add more logging messages -- Use more telling variables +- Use telling variables - Use proper Descriptions -- Remove unused code/find better ways +- Remove unused code / find better ways - Add error handling Documentation |