~rogpeppe/juju-core/504-errgo-cause

« back to all changes in this revision

Viewing changes to state/api/firewaller/machine.go

  • Committer: Roger Peppe
  • Date: 2014-02-17 17:08:26 UTC
  • Revision ID: roger.peppe@canonical.com-20140217170826-61udh99yadojby7d
sortĀ outĀ imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
package firewaller
4
4
 
5
5
import (
6
 
        "github.com/juju/errgo/errors"
 
6
        "fmt"
7
7
 
8
8
        "launchpad.net/juju-core/instance"
9
 
        "launchpad.net/juju-core/state/api/base"
10
9
        "launchpad.net/juju-core/state/api/params"
11
10
        "launchpad.net/juju-core/state/api/watcher"
12
11
)