aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/throttling.py
diff options
context:
space:
mode:
authorTom Christie2012-09-20 17:44:34 +0100
committerTom Christie2012-09-20 17:44:34 +0100
commitd9cba6398e2323b8d8cd34f791442528517e01b4 (patch)
tree4a8d378584e10c669acee2574fbd47f38f35785f /rest_framework/throttling.py
parentf4670c89969503919cd597529f19174e67acd388 (diff)
downloaddjango-rest-framework-d9cba6398e2323b8d8cd34f791442528517e01b4.tar.bz2
Clean up bits of templates etc
Diffstat (limited to 'rest_framework/throttling.py')
-rw-r--r--rest_framework/throttling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/throttling.py b/rest_framework/throttling.py
index b66284c3..e7750478 100644
--- a/rest_framework/throttling.py
+++ b/rest_framework/throttling.py
@@ -1,6 +1,6 @@
+import time
from django.core.cache import cache
from rest_framework.settings import api_settings
-import time
class BaseThrottle(object):