~unity-2d-team/unity-2d/Shell-MultiMonitor

« back to all changes in this revision

Viewing changes to grackle/tests/test_wsgi.py

  • Committer: William Grant
  • Date: 2012-01-24 22:54:07 UTC
  • Revision ID: william.grant@canonical.com-20120124225407-8f4cxv3p14njgjnp
Use testtools so we work in python2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2011 Canonical Ltd
 
1
# Copyright (c) 2012 Canonical Ltd
2
2
#
3
3
# This program is free software: you can redistribute it and/or modify
4
4
# it under the terms of the GNU Affero General Public License as published by
20
20
 
21
21
from webtest import TestApp
22
22
 
23
 
from grackle.server.wsgi import app
 
23
from grackle.wsgi import app
24
24
 
25
25
 
26
26
class TestRoot(TestCase):