comparison configmix/compat.py @ 54:aa8345dae995

Generate readable HTML documentation and an API documentation
author Franz Glasner <hg@dom66.de>
date Tue, 27 Feb 2018 23:42:11 +0100
parents f85dc4677c01
children a43749f751e0
comparison
equal deleted inserted replaced
53:1d43f0b9fa20 54:aa8345dae995
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 r"""Some minimal compatibility between Python2 and Python3 2 r"""
3 configmix.compat
4 ^^^^^^^^^^^^^^^^
5
6 Some minimal compatibility between Python2 and Python3
3 7
4 """ 8 """
5 9
6 from __future__ import division, absolute_import, print_function 10 from __future__ import division, absolute_import, print_function
7 11