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

« back to all changes in this revision

Viewing changes to src/maasserver/urls.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:
15
15
__all__ = []
16
16
 
17
17
 
18
 
from django.conf.urls.defaults import (
 
18
from django.conf.urls import (
19
19
    include,
20
20
    patterns,
21
21
    url,