implement a post-processor module to compare file versions

(#530)
This commit is contained in:
Mike Fährmann
2020-01-18 21:08:25 +01:00
parent 32d7195d08
commit 254f7c3999
3 changed files with 91 additions and 1 deletions

View File

@@ -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",