comparison taginthemiddle/example.py @ 5:bf4c763b0313

correct import
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 05 May 2010 22:10:30 -0700
parents c2bb8f873aee
children 3bf478cb3166
comparison
equal deleted inserted replaced
4:61dd789330f7 5:bf4c763b0313
1 from dispatcher import Tagger 1 from middleware import Tagger
2 from paste.httpexceptions import HTTPExceptionHandler 2 from paste.httpexceptions import HTTPExceptionHandler
3 from paste.urlparser import StaticURLParser 3 from paste.urlparser import StaticURLParser
4 from pkg_resources import resource_filename 4 from pkg_resources import resource_filename
5 5
6 def factory(global_conf, **app_conf): 6 def factory(global_conf, **app_conf):