~matsubara/maas/remove-network-config-hack

« back to all changes in this revision

Viewing changes to utils.py

  • Committer: Jeroen Vermeulen
  • Date: 2013-06-04 13:50:32 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: jtv@canonical.com-20130604135032-imxr47m5smliurbx
Unneeded import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from subprocess import Popen, PIPE
2
 
from tempfile import mkstemp
3
2
from testtools.content import text_content
4
3
from testtools.matchers import Contains
5
4
from functools import wraps