mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
5f58f0d28b
* We try to import `OrderedDict` from the standard library, which is only available on python >= 2.7, if `ImportError` is raised we try to import it from `ordereddict`, a package available in PyPi. As a last resort, we provide our own implementation based on http://code.activestate.com/recipes/576669/. * Update all code requiring `OrderDict` to use our compatible import module. |
||
---|---|---|
.. | ||
modules | ||
states | ||
templates | ||
utils | ||
__init__.py | ||
config_test.py | ||
log_test.py | ||
pydsl_test.py | ||
simple.py | ||
stateconf_test.py | ||
version_test.py |