4070N/AThis patch removes the legacy oslo namespace deprecation check from the
4070N/Aoslo.middleware library. The deprecated() function is left to satisfy
4070N/Athe unit tests. It is not suitable for the upstream and should be
4070N/Aremoved once all of the relevant consumers have switched over to the
4070N/Anew namespace.
4070N/A
4070N/A--- oslo.middleware-0.4.0/oslo/middleware/__init__.py.~1~ 2015-01-29 08:34:30.000000000 -0800
4070N/A+++ oslo.middleware-0.4.0/oslo/middleware/__init__.py 2015-03-02 23:04:40.549834298 -0800
4070N/A@@ -23,6 +23,3 @@ def deprecated():
4070N/A DeprecationWarning,
4070N/A stacklevel=3,
4070N/A )
4070N/A-
4070N/A-
4070N/A-deprecated()