Mercurial > hgrepos > Python > libs > ConfigMix
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 281:2ea0aa9fb402 | 282:da1596034954 |
|---|---|
| 1 # -*- coding: utf-8 -*- | |
| 2 # :- | |
| 3 # :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. | |
| 4 # :License: 3-clause BSD. See LICENSE.txt for details. | |
| 5 # :- | |
| 6 """Sub-package for some extras implementations. | |
| 7 | |
| 8 """ | |
| 9 | |
| 10 from __future__ import division, absolute_import, print_function | |
| 11 | |
| 12 | |
| 13 __all__ = [] |
