view getan/__init__.py @ 511:31ea48bf8a7c

human_time calculates up to 59 minutes, not 60. * Porting the human_time function from Python2 to Python3. Minutes and hours must be integer.
author Magnus Schieder <mschieder@intevation.de>
date Tue, 06 Nov 2018 13:01:08 +0100
parents fea767901dbc
children 9dc72bf6d6d2
line wrap: on
line source
# -*- coding: utf-8 -*-
#
# (c) 2013, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
# (c) 2017, 2018 by Intevation GmbH
#
# This is Free Software licensed under the terms of GPLv3 or later.
# For details see LICENSE coming with the source of 'getan'.

__version_info__ = ("3", "1" "dev1")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)