~cr3/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to launchpadresults/views/__init__.py

  • Committer: Marc Tardif
  • Date: 2010-10-05 22:04:03 UTC
  • Revision ID: marc.tardif@canonical.com-20101005220403-11n695o061rct89s
Added root page with all the necessary infrastructure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
from launchpadresults.views.errors import *
 
5
from launchpadresults.views.gm import *
5
6
from launchpadresults.views.login import *
6
7
from launchpadresults.views.oauth import *
7
8
from launchpadresults.views.openid import *
 
9
from launchpadresults.views.root import *