summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-22 03:51:52 -0400
committerChris McDonough <chrism@plope.com>2011-08-22 03:51:52 -0400
commit6da01782b8ae6e3367b400cf8a075785f01b9bcc (patch)
tree84b6286d3f499b188b8d3a5ef31cc54d964198e1 /TODO.txt
parent5f5a7e164f29fa9eb874a153dfbd8c19f4d9117a (diff)
downloadpyramid-6da01782b8ae6e3367b400cf8a075785f01b9bcc.tar.gz
pyramid-6da01782b8ae6e3367b400cf8a075785f01b9bcc.tar.bz2
pyramid-6da01782b8ae6e3367b400cf8a075785f01b9bcc.zip
- Move the ``OverrideProvider``, ``PackageOverrides``, ``DirectoryOverride``,
and ``FileOverride`` classes from ``pyramid.asset`` to ``pyramid.config.assets``.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index dc2d07c5b..cba1f5e02 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,9 +6,8 @@ Nice-to-Have
- Flesh out "paste" chapter.
-- Move config-related stuff from "renderers" to config/rendering, "asset" to
- config/assets, and possibly mako/chameleon rendering stuff to
- config/rendering.
+- Move config-related stuff from "renderers" to config/rendering, and
+ possibly mako/chameleon rendering stuff to config/rendering.
- _fix_registry should dictify the registry being fixed.