comparison getan/states.py @ 488:463894654d77 3.0

Prepares for release 3.0 rename getan-eval.py to getan-report. rename getan-report.py to getan-day-report installed getan-report as script. installed getan-day-report as script. set python_requires to >=3.4
author Magnus Schieder <mschieder@intevation.de>
date Fri, 29 Jun 2018 19:47:01 +0200
parents 999a438474f2
children 199b3e3657aa
comparison
equal deleted inserted replaced
487:e7334b946caa 488:463894654d77
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 # 3 #
4 # (c) 2010 by Ingo Weinzierl <ingo.weinzierl@intevation.de> 4 # (c) 2010 by Ingo Weinzierl <ingo.weinzierl@intevation.de>
5 # (c) 2011, 2012, 2014 by Björn Ricks <bjoern.ricks@intevation.de> 5 # (c) 2011, 2012, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
6 # (c) 2017 Intevation GmbH 6 # (c) 2017, 2018 Intevation GmbH
7 # Author: Bernhard.Reiter@intevation.de 7 # Authors:
8 # * Bernhard Reiter <Bernhard.Reiter@intevation.de>
9 # * Magnus Schieder <magnus.schieder@intevation.de>
8 # 10 #
9 # This is Free Software licensed under the terms of GPLv3 or later. 11 # This is Free Software licensed under the terms of GPLv3 or later.
10 # For details see LICENSE coming with the source of 'getan'. 12 # For details see LICENSE coming with the source of 'getan'.
11 13
12 import logging 14 import logging
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)