Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(483)

Side by Side Diff: worker/machiner/export_test.go

Issue 6501106: environs: remove VarDir global
Patch Set: environs: remove VarDir global Created 5 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 package machiner
2
3 import (
4 "launchpad.net/juju-core/container"
5 "launchpad.net/juju-core/state"
6 )
7
8 func NewMachinerWithContainer(m *state.Machine, cont container.Container) *Machiner {
9 return newMachiner(m, cont)
10 }
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 204d58d