from twisted.python import filepath from nevow import athena import circus js = filepath.FilePath(circus.__file__).parent().child('js') package = athena.AutoJSPackage(js.path)