~launchpad-pqm/python-oops-tools/trunk

« back to all changes in this revision

Viewing changes to buildout-templates/bin/oopstools.wsgi.in

  • Committer: Tarmac
  • Author(s): Robert Collins
  • Date: 2012-09-25 06:50:51 UTC
  • mfrom: (46.1.1 deps)
  • Revision ID: launchpad@pqm.canonical.com-20120925065051-vgg6irvpwlzvx4iv
Fix another typo in the use of timeline-django, release 0.6.6 to get it out there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
application = OOPSWSGIHandler()
17
17
from timeline_django.wsgi import make_app as timeline_django_make_app
18
18
from timeline import wsgi as timeline_wsgi
19
 
pplication = timeline_django_make_app(application)
 
19
application = timeline_django_make_app(application)
20
20
application = timeline_wsgi.make_app(application)
21
21
 
22
22
from timeline_django import setup