Fixed #21302 -- Fixed unused imports and import *.

This commit is contained in:
Tim Graham 2013-10-18 07:25:30 -04:00
parent 9f76ea1eaa
commit 36ded01527
116 changed files with 248 additions and 181 deletions

View file

@ -2,8 +2,6 @@ from __future__ import unicode_literals
import binascii
import hashlib
import math
import timeit
import unittest
from django.utils.crypto import constant_time_compare, pbkdf2