Slight coding style bikeshedding: keeping system imports last

This commit is contained in:
Sylvain Fourmanoit 2013-05-13 17:23:21 -04:00
parent 7f0daa691e
commit 83582cfcf8
1 changed files with 1 additions and 2 deletions

View File

@ -40,10 +40,9 @@ Given a group, view keywords, and an optional view_name. You can:
3) Invalidate the current local prefix (see bump_local_prefix()).
"""
from django.core.cache import cache
import hashlib
from django.conf import settings
import logging, random
import logging, random, hashlib
#-------------------------------------------------------------------------------
logger = logging.getLogger('groupcache') # Set up an application-level logger