~rogpeppe/juju-core/azure

« back to all changes in this revision

Viewing changes to environs/local/instance.go

  • Committer: Tim Penhey
  • Date: 2013-07-17 00:26:31 UTC
  • mto: (1263.6.11 find-jujud)
  • mto: This revision was merged to the branch mainline in revision 1469.
  • Revision ID: tim.penhey@canonical.com-20130717002631-pvzbjvp1zf5kh94g
Fix fallout from changing the function signature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import (
7
7
        "fmt"
8
8
 
 
9
        "launchpad.net/juju-core/environs"
9
10
        "launchpad.net/juju-core/instance"
10
11
)
11
12