~gophers/goose/unstable-001

« back to all changes in this revision

Viewing changes to testservices/novaservice/service.go

  • Committer: John Arbash Meinel
  • Date: 2012-12-13 09:45:43 UTC
  • Revision ID: john@arbash-meinel.com-20121213094543-pf2l3qhuukcmo8bu
Rename all the imports to the 'current' branch number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
import (
6
6
        "fmt"
7
 
        "launchpad.net/goose/nova"
 
7
        "launchpad.net/~gophers/goose/unstable-001/nova"
8
8
        "strings"
9
9
)
10
10