summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/common/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/escalatorclient/common/base.py')
-rw-r--r--client/escalatorclient/common/base.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/escalatorclient/common/base.py b/client/escalatorclient/common/base.py
index 329ca6b..b85dc19 100644
--- a/client/escalatorclient/common/base.py
+++ b/client/escalatorclient/common/base.py
@@ -25,9 +25,8 @@ import warnings
from escalatorclient.openstack.common.apiclient import base
-warnings.warn("The 'escalatorclient.common.base' module is deprecated post "
- "v.0.12.0. Use 'escalatorclient.openstack.common.apiclient.base' "
- "instead of this one.", DeprecationWarning)
+warnings.warn("The 'escalatorclient.common.base' module is deprecated",
+ DeprecationWarning)
getid = base.getid