Merge pull request #43171 from terminalmage/salt-utils-warning

Add warning about adding new functions to salt/utils/__init__.py
This commit is contained in:
garethgreenaway 2017-08-24 12:10:22 -07:00 committed by GitHub
commit b595440d90

View file

@ -1,6 +1,11 @@
# -*- coding: utf-8 -*-
'''
Some of the utils used by salt
NOTE: The dev team is working on splitting up this file for the Oxygen release.
Please do not add any new functions to this file. New functions should be
organized in other files under salt/utils/. Please consult the dev team if you
are unsure where a new function should go.
'''
# Import python libs