~mpontillo/maas/discovery-js-factory

« back to all changes in this revision

Viewing changes to src/maasserver/models/tests/test_staticipaddress.py

  • Committer: Mike Pontillo
  • Date: 2016-09-02 20:25:22 UTC
  • Revision ID: mike.pontillo@canonical.com-20160902202522-3gid0v8jz1sn0hri
Add discovery websocket handler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    RetryTransaction,
45
45
    transactional,
46
46
)
47
 
from maasserver.websockets.handlers.timestampedmodel import dehydrate_datetime
 
47
from maasserver.websockets import dehydrate_datetime
48
48
from maastesting.matchers import (
49
49
    MockCalledOnceWith,
50
50
    MockNotCalled,