summaryrefslogtreecommitdiffstats
path: root/tests/unit/extension_stubs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/extension_stubs.py')
-rw-r--r--tests/unit/extension_stubs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/extension_stubs.py b/tests/unit/extension_stubs.py
index 03b9702..4e44c9c 100644
--- a/tests/unit/extension_stubs.py
+++ b/tests/unit/extension_stubs.py
@@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-from openstack.common import wsgi
+from openstack.common.deprecated import wsgi
class StubExtension(object):