4070N/AThis patch removes the legacy oslo namespace deprecation check from the
4070N/Aoslo.i18n library. The deprecated() function is left to satisfy the
4070N/Aunit tests. It is not suitable for the upstream and should be removed
4070N/Aonce all of the relevant consumers have switched over to the new
4070N/Anamespace.
4070N/A
4070N/A--- oslo.i18n-1.3.1/oslo/i18n/__init__.py.~1~ 2015-01-27 05:34:49.000000000 -0800
4070N/A+++ oslo.i18n-1.3.1/oslo/i18n/__init__.py 2015-03-02 22:45:07.303224309 -0800
4070N/A@@ -26,6 +26,3 @@ def deprecated():
4070N/A DeprecationWarning,
4070N/A stacklevel=3,
4070N/A )
4070N/A-
4070N/A-
4070N/A-deprecated()