func (s *noStateSuite) SetUpSuite(c *gc.C) { t := nostate.New() s.Tenet = t }
func main() { // Serve up the tenet. server.Serve(tenet.New()) }