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