comparison getan/project.py @ 564:c8e63e919a90

Fixes issues found by pyflakes.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 28 Sep 2020 14:48:51 +0200
parents 726206815059
children
comparison
equal deleted inserted replaced
563:5ec211c172ed 564:c8e63e919a90
11 # * Bernhard Reiter <bernhard.reiter@intevation.de> 11 # * Bernhard Reiter <bernhard.reiter@intevation.de>
12 # 12 #
13 # This is Free Software licensed unter the terms of GPLv3 or later. 13 # This is Free Software licensed unter the terms of GPLv3 or later.
14 # For details see LICENSE coming with the source of 'getan'. 14 # For details see LICENSE coming with the source of 'getan'.
15 15
16 import locale
17 import re 16 import re
18 17
19 from datetime import datetime, timedelta 18 from datetime import datetime, timedelta
20 19
21 20
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)