[mod] autopep8
This commit is contained in:
parent
bd9d8f0cfd
commit
b890b103ea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user