~james-page/ubuntu/saucy/juju-core/1.16.5

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/cmd/charmload/main.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-10-10 18:07:45 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131010180745-wuo0vv7hq7faavdk
Tags: 1.16.0-0ubuntu1
New upstream stable release (LP: #1219879).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import (
7
7
        "fmt"
8
8
        "io/ioutil"
 
9
        "os"
 
10
        "path/filepath"
 
11
 
9
12
        "launchpad.net/goyaml"
 
13
        "launchpad.net/lpad"
 
14
 
10
15
        "launchpad.net/juju-core/store"
11
 
        "launchpad.net/lpad"
12
 
        "os"
13
 
        "path/filepath"
14
16
)
15
17
 
16
18
func main() {