summaryrefslogtreecommitdiff
path: root/trove/limits
diff options
context:
space:
mode:
authorAmrith Kumar <amrith@tesora.com>2014-12-10 13:25:56 -0500
committerAmrith Kumar <amrith@tesora.com>2014-12-11 15:50:52 -0500
commit0fec4bccdcaa0424351458542f39d5b8400432f9 (patch)
treee32e8462f55565022778cc3270e4150b99d02551 /trove/limits
parentfd0966935e5ac5007560d0032f7dee1fe5f660dc (diff)
downloadtrove-0fec4bccdcaa0424351458542f39d5b8400432f9.tar.gz
Obsolete oslo-incubator modules - timeutils
This change is part of a multi-part change set to handle obsolete and graduated oslo modules. This commit handles the timeutils module. The change here is to remove it from openstack-common.conf and point all modules who used to use that at oslo.utils. This also involves a change to requirements.txt. I have rebased this change and made it dependent on the change in https://review.openstack.org/#/c/129292/ Change-Id: I31176c0a78e734bfad3b40b2ec634ea8f362d81b Partial-Bug: #1380789 blueprint: retire-unused-oslo-incubator-modules
Diffstat (limited to 'trove/limits')
-rw-r--r--trove/limits/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/limits/views.py b/trove/limits/views.py
index da599f05..41010f50 100644
--- a/trove/limits/views.py
+++ b/trove/limits/views.py
@@ -14,7 +14,7 @@
# under the License.
import datetime
-from trove.openstack.common import timeutils
+from oslo.utils import timeutils
class LimitView(object):