~hazmat/pyjuju/unit-relation-with-addr

« back to all changes in this revision

Viewing changes to juju/providers/local/tests/test_container.py

  • Committer: kapil.thangavelu at canonical
  • Date: 2011-09-27 16:51:50 UTC
  • Revision ID: kapil.thangavelu@canonical.com-20110927165150-zuh592zwfn668h74
rename lxc provider to local provider

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import subprocess
2
 
 
3
1
from twisted.internet.defer import inlineCallbacks
4
2
 
5
3
from juju.lib.testing import TestCase