Mercurial > hg > TagInTheMiddle
diff taginthemiddle/middleware.py @ 1:837cfc05d4d9
add times to tags; cant things ever be easy?
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 04 May 2010 18:46:05 -0700 |
parents | 1c5cbbde4299 |
children | 1182315b18ac |
line wrap: on
line diff
--- a/taginthemiddle/middleware.py Tue May 04 08:37:15 2010 -0700 +++ b/taginthemiddle/middleware.py Tue May 04 18:46:05 2010 -0700 @@ -14,14 +14,6 @@ from pkg_resources import resource_filename from webob import Request, Response, exc -# tags have: -# - a list of resources they're applied to -# for now just assume auth is on and that anyone authenticated may tag - -# e.g. a tags file -# foo = /bar /fleem/baz etc -# cats = /cats /blog/mycat - class Tagger(LXMLMiddleware): # instance defaults