~jameinel/juju-core/scale-testing

« back to all changes in this revision

Viewing changes to cmd/plugins/juju-restore/restore.go

  • Committer: Tim Penhey
  • Date: 2014-01-28 04:58:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2268.
  • Revision ID: tim.penhey@canonical.com-20140128045843-wz70cuskz1v82u4e
Move all the references to loggo to github.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        "os/signal"
13
13
        "text/template"
14
14
 
 
15
        "github.com/loggo/loggo"
15
16
        "launchpad.net/gnuflag"
16
 
        "launchpad.net/loggo"
17
17
 
18
18
        "launchpad.net/juju-core/cmd"
19
19
        "launchpad.net/juju-core/constraints"