aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/postprocessor/__init__.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2020-01-21 01:08:44 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2020-01-21 01:08:44 -0500
commit025429729005792ae1ac2041ec45c117fe69402b (patch)
tree24c0ee8c5c50d6833e37853936c08c624f6e0d11 /gallery_dl/postprocessor/__init__.py
parent6428f3de38d530420353623d3553911e54f26d50 (diff)
parent4366125d2580982abb57bc65a26fc1fb8ef2a5df (diff)
Update upstream source from tag 'upstream/1.12.3'
Update to upstream version '1.12.3' with Debian dir 480cf02c985b30e09534326667875dc02ee11608
Diffstat (limited to 'gallery_dl/postprocessor/__init__.py')
-rw-r--r--gallery_dl/postprocessor/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gallery_dl/postprocessor/__init__.py b/gallery_dl/postprocessor/__init__.py
index e63d442..7a3bf23 100644
--- a/gallery_dl/postprocessor/__init__.py
+++ b/gallery_dl/postprocessor/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright 2018-2019 Mike Fährmann
+# Copyright 2018-2020 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@@ -13,6 +13,7 @@ import logging
modules = [
"classify",
+ "compare",
"exec",
"metadata",
"mtime",