Removed several unused imports.

This commit is contained in:
Aymeric Augustin
2013-06-19 17:18:40 +02:00
parent 6e4478dc0f
commit 3e95daf287
2 changed files with 0 additions and 6 deletions

View File

@@ -3,15 +3,11 @@ from __future__ import unicode_literals
import datetime
import os
import pickle
import re
import warnings
from django import http
from django.conf import settings
from django.contrib.formtools import preview, utils
from django.test import TestCase
from django.test.html import parse_html
from django.test.utils import override_settings
from django.utils._os import upath
from django.utils import unittest

View File

@@ -1,5 +1,3 @@
import json
from django.test import TestCase
from django.core import signing
from django.core.exceptions import SuspiciousOperation