view mixconfig/__init__.py @ 3:bedc4f95b9e9

Use a YAML constructor that automatically creates OrderedDict objects when an OrderedDict implementation is available
author Franz Glasner <f.glasner@feldmann-mg.com>
date Tue, 08 Mar 2016 16:25:36 +0100
parents 53ea2bc254e7
children f76d85ccc5b9
line wrap: on
line source

# -*- coding: utf-8 -*-
#
# NOTE: ONLY STANDARDLIB-IMPORTS IN THIS MODULE.
#       ITS JUST FOR BOOTSTRAPPING WITH PYTHON2 and PYTHON3.
#       NO `future`, `six`, ...
#

from __future__ import division, print_function, absolute_import


__version__ = "0.0.dev0"


__all__ = []