diff options
| author | Tom Christie | 2012-09-20 17:44:34 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-20 17:44:34 +0100 | 
| commit | d9cba6398e2323b8d8cd34f791442528517e01b4 (patch) | |
| tree | 4a8d378584e10c669acee2574fbd47f38f35785f /rest_framework/throttling.py | |
| parent | f4670c89969503919cd597529f19174e67acd388 (diff) | |
| download | django-rest-framework-d9cba6398e2323b8d8cd34f791442528517e01b4.tar.bz2 | |
Clean up bits of templates etc
Diffstat (limited to 'rest_framework/throttling.py')
| -rw-r--r-- | rest_framework/throttling.py | 2 | 
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): | 
