~niemeyer/pyjuju/go-store

« back to all changes in this revision

Viewing changes to charm/export_test.go

  • Committer: Gustavo Niemeyer
  • Date: 2011-09-24 15:21:23 UTC
  • Revision ID: gustavo@niemeyer.net-20110924152123-aytdvquwlbmnv3tj
Applied the juju/charm renaming to the Go code base.

Dropped need for the silly "header" field in metadata.yaml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
package formula
 
1
package charm
2
2
 
3
3
import (
4
 
        "launchpad.net/ensemble/go/schema"
 
4
        "launchpad.net/juju/go/schema"
5
5
)
6
6
 
7
7
// Export meaningful bits for tests only.