From 2d57498f40ae4d5981733392073823c7ceb6a85b Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Wed, 4 Nov 2020 08:44:44 -0600 Subject: [PATCH] remove outdated TODO.txt file --- TODO.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index fb6a518a1..000000000 --- a/TODO.txt +++ /dev/null @@ -1,12 +0,0 @@ -* Refactor the state_pickler.py module to break the need to import - tvtk at all. - -* Check to see if the pyface.resource package is redundant with the - envisage.resource code. If so, let's minimize to one location. - Note that, at least as of Jan 2008, we are considering moving - pyface.resource into the TraitsGUI project to resolve issues with - dependencies there. - -* Port apptools.help to envisage2, currently it relies on the old envisage, - and is excluded from the tests. -