[mod] autopep8

This commit is contained in:
Laurent Peuch 2016-02-08 04:56:38 +01:00
parent bd9d8f0cfd
commit b890b103ea

View File

@ -16,14 +16,17 @@ DEFAULT_GM_QUALITY = 75
CACHE_VERSION = 1
class CacheKeys(object):
SIZE = "size"
GM_QUALITY = "gm_quality"
class ImageAttributes(object):
NAME = "name"
QUALITY = "quality"
class Cache(object):
cache_file_path = os.path.join(os.getcwd(), ".prosopopee_cache")
@ -63,6 +66,7 @@ class Cache(object):
CACHE = Cache()
class TemplateFunctions():
def __init__(self, base_dir, target_dir, has_gm):
self.base_dir = base_dir