Mercurial > hg > TagInTheMiddle
changeset 5:bf4c763b0313
correct import
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 05 May 2010 22:10:30 -0700 |
parents | 61dd789330f7 |
children | 8fb20b780341 |
files | taginthemiddle/example.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/taginthemiddle/example.py +++ b/taginthemiddle/example.py @@ -1,9 +1,9 @@ -from dispatcher import Tagger +from middleware import Tagger from paste.httpexceptions import HTTPExceptionHandler from paste.urlparser import StaticURLParser from pkg_resources import resource_filename def factory(global_conf, **app_conf): """create an example view and wrap it in tagging middleware""" keystr = 'TagInTheMiddle.'