4070N/AThis patch removes the legacy oslo namespace deprecation check from the
4070N/Aoslo.serialization library. The deprecated() function is left to
4070N/Asatisfy the unit tests. It is not suitable for the upstream and should
4070N/Abe removed once all of the relevant consumers have switched over to the
4070N/Anew namespace.
4070N/A
4070N/A--- oslo.serialization-1.2.0/oslo/serialization/__init__.py.~1~ 2015-01-08 13:32:40.000000000 -0800
4070N/A+++ oslo.serialization-1.2.0/oslo/serialization/__init__.py 2015-03-02 23:09:07.429941098 -0800
4070N/A@@ -21,6 +21,3 @@ def deprecated():
4070N/A DeprecationWarning,
4070N/A stacklevel=3,
4070N/A )
4070N/A-
4070N/A-
4070N/A-deprecated()