~lamont/maas/bug-1599223-2.0

« back to all changes in this revision

Viewing changes to src/maasserver/api/tests/test_doc.py

  • Committer: LaMont Jones
  • Date: 2016-05-12 19:07:37 UTC
  • mfrom: (5017 maas)
  • mto: This revision was merged to the branch mainline in revision 5021.
  • Revision ID: lamont@canonical.com-20160512190737-00g34satnuo0tk8v
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
from io import StringIO
11
11
import sys
12
12
import types
 
13
from unittest.mock import sentinel
13
14
 
14
15
from django.conf.urls import (
15
16
    include,
44
45
    MockCalledOnceWith,
45
46
)
46
47
from maastesting.testcase import MAASTestCase
47
 
from mock import sentinel
48
48
from piston3.doc import HandlerDocumentation
49
49
from piston3.handler import BaseHandler
50
50
from piston3.resource import Resource