Exemple #1
0
func main() {

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