~lutostag/ubuntu/utopic/maas/1.5.2

« back to all changes in this revision

Viewing changes to src/metadataserver/urls.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-03-07 12:46:17 UTC
  • mto: (20.1.1 quantal) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20120307124617-tdctc6l9bur4f2ci
Tags: upstream-0.1+bzr232+dfsg
ImportĀ upstreamĀ versionĀ 0.1+bzr232+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    patterns,
18
18
    url,
19
19
    )
20
 
from maas.api_auth import api_auth
 
20
from maasserver.api_auth import api_auth
21
21
from metadataserver.api import (
22
22
    IndexHandler,
23
23
    MetaDataHandler,