~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to swift/common/middleware/ratelimit.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, James Page, Chuck Short
  • Date: 2013-08-13 10:37:13 UTC
  • mfrom: (1.2.21)
  • Revision ID: package-import@ubuntu.com-20130813103713-1ctbx4zifyljs2aq
Tags: 1.9.1-0ubuntu1
[ James Page ]
* d/control: Update VCS fields for new branch locations.

[ Chuck Short ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (c) 2010-2013 OpenStack, LLC.
1
2
#
2
3
# Licensed under the Apache License, Version 2.0 (the "License");
3
4
# you may not use this file except in compliance with the License.
12
13
# See the License for the specific language governing permissions and
13
14
# limitations under the License.
14
15
import time
 
16
from gettext import gettext as _
 
17
 
15
18
import eventlet
16
19
 
17
20
from swift.common.utils import cache_from_env, get_logger