~allenap/maas/rpc-give-shared-secret-to-accepted-cluster

« back to all changes in this revision

Viewing changes to src/maasserver/tests/test_views.py

  • Committer: Raphael Badin
  • Date: 2013-11-29 15:58:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1749.
  • Revision ID: raphael.badin@canonical.com-20131129155803-e59kfi98rpm0ker7
Fix incompatibilities with Django 1.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
from random import randint
19
19
from xmlrpclib import Fault
20
20
 
21
 
from django.conf.urls.defaults import patterns
 
21
from django.conf.urls import patterns
22
22
from django.core.exceptions import PermissionDenied
23
23
from django.core.urlresolvers import reverse
24
24
from django.http import Http404