Ejemplo n.º 1
0
func main() {

	// Serve up the tenet.
	server.Serve(tenet.New())
}
Ejemplo n.º 2
0
func (s *importsSuite) SetUpTest(c *gc.C) {
	s.Tenet = imports.New()
	s.TenetSuite.SetUpTest(c)
}