~axwalk/juju-core/lp1303195-manual-ubuntuuser-bash

1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm

// Export meaningful bits for tests only.

var IfaceExpander = ifaceExpander

func NewStore(url string) *CharmStore {
	return &CharmStore{BaseURL: url}
}