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

« back to all changes in this revision

Viewing changes to cmd/export_test.go

  • Committer: Tim Penhey
  • Date: 2014-03-25 22:31:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2479.
  • Revision ID: tim.penhey@canonical.com-20140325223146-tt2co7wy92k166o5
Move the methods to the command context.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        GetDefaultEnvironment         = getDefaultEnvironment
8
8
        GetCurrentEnvironmentFilePath = getCurrentEnvironmentFilePath
9
9
)
10
 
 
11
 
// Reset the writers used for Infof and Verbosef
12
 
func ResetCommandWriters() {
13
 
        infoWriter = nil
14
 
        verboseWriter = nil
15
 
}