예제 #1
0
 def __init__(self, conf):
     self.conf = conf
     self.conf.register_opt(self.default_store_opt)
     tank.store.create_stores(conf)
     self.notifier = notifier.Notifier(conf)
     registry.configure_registry_client(conf)
예제 #2
0
 def __init__(self, conf, **local_conf):
     self.conf = conf
     self.cache = ImageCache(conf)
     registry.configure_registry_client(conf)
예제 #3
0
 def __init__(self, conf, **local_conf):
     self.conf = conf
     tank.store.create_stores(conf)
     self.cache = ImageCache(conf)
     registry.configure_registry_client(conf)
예제 #4
0
 def __init__(self, conf, **local_conf):
     self.conf = conf
     tank.store.create_stores(conf)
     self.cache = ImageCache(conf)
     registry.configure_registry_client(conf)