Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/extras/__init__.py @ 282:da1596034954
Implemented an "AWS" namespace to retrieve some AWS-specific metadata
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 07 Dec 2020 01:06:33 +0100 |
| parents | |
| children | eed16a1ec8f3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configmix/extras/__init__.py Mon Dec 07 01:06:33 2020 +0100 @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- +# :- +# :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. +# :License: 3-clause BSD. See LICENSE.txt for details. +# :- +"""Sub-package for some extras implementations. + +""" + +from __future__ import division, absolute_import, print_function + + +__all__ = []
