summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-15 16:23:59 -0500
committerChris McDonough <chrism@plope.com>2012-02-15 16:23:59 -0500
commit1ca5b34f17ea889f705c1120a5b8878bff16ec63 (patch)
tree779b6b04fb29cd6e7d31bd8bd499dadcd49dcb50 /TODO.txt
parent2e7f0cfb4c5f0a4804e0c44cdf181c2ee35b020a (diff)
downloadpyramid-1ca5b34f17ea889f705c1120a5b8878bff16ec63.tar.gz
pyramid-1ca5b34f17ea889f705c1120a5b8878bff16ec63.tar.bz2
pyramid-1ca5b34f17ea889f705c1120a5b8878bff16ec63.zip
- Replace all mentions of zope.interface.implements with
zope.interface.implementer.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 05022cd86..1d0dbd620 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -15,9 +15,6 @@ Must-Have
Nice-to-Have
------------
-- Replace all mentions of zope.interface.implements with
- zope.interface.implementer.
-
- Put includes in development.ini on separate lines and fix project.rst to
tell people to comment out only the debugtoolbar include when they want to
disable.