about summary refs log tree commit diff
path: root/kindlecomicconverter/dualmetafix.py
diff options
context:
space:
mode:
Diffstat (limited to 'kindlecomicconverter/dualmetafix.py')
-rw-r--r--kindlecomicconverter/dualmetafix.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kindlecomicconverter/dualmetafix.py b/kindlecomicconverter/dualmetafix.py
index e6be255..c05dc85 100644
--- a/kindlecomicconverter/dualmetafix.py
+++ b/kindlecomicconverter/dualmetafix.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 #
 # Based on initial version of DualMetaFix. Copyright (C) 2013 Kevin Hendricks
-# Changes for KCC Copyright (C) 2014-2018 Pawel Jastrzebski <[email protected]>
+# Changes for KCC Copyright (C) 2014-2019 Pawel Jastrzebski <[email protected]>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,6 +24,7 @@ import shutil
 class DualMetaFixException(Exception):
     pass
 
+
 # palm database offset constants
 number_of_pdb_records = 76
 first_pdb_record = 78