Coding style.

Removed the Code widget which was almost the same as the Text widget.
This commit is contained in:
Andrew Hamilton 2016-02-18 19:37:31 +00:00
parent 6eb64745b9
commit 1a12f6e369
13 changed files with 46 additions and 94 deletions

1
TODO
View file

@ -10,6 +10,7 @@ Todo (tool related)
- Report on python doctests. (also coverage of)
- Cache tools._python_version.
- Add bandit tool for python.
- Recognize python test files like: test_*.py
Done