pylint: reorder imported modules

This commit is contained in:
Frédéric Péters 2016-07-26 22:47:09 +02:00
parent af34561673
commit 73f37912b6
1 changed files with 5 additions and 4 deletions

View File

@ -20,15 +20,16 @@ import hmac
import hashlib
import binascii
from Crypto.Cipher import AES
from Crypto.Protocol.KDF import PBKDF2
from Crypto import Random
from HTMLParser import HTMLParser
import logging
import random
from StringIO import StringIO
import urlparse
from Crypto.Cipher import AES
from Crypto.Protocol.KDF import PBKDF2
from Crypto import Random
from requests import Response, Session as RequestsSession
from django.core.cache import cache