Removed a few unneeded imports.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import os
|
||||
import socket
|
||||
|
||||
from django.core.files.base import ContentFile
|
||||
from django.template.loader import render_to_string
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import os
|
||||
|
||||
from compressor.conf import settings
|
||||
from compressor.base import Compressor, SOURCE_HUNK, SOURCE_FILE
|
||||
from compressor.exceptions import UncompressableFileError
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import os
|
||||
|
||||
from compressor.conf import settings
|
||||
from compressor.base import Compressor, SOURCE_HUNK, SOURCE_FILE
|
||||
from compressor.exceptions import UncompressableFileError
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
from HTMLParser import HTMLParser
|
||||
from django.utils.encoding import smart_unicode
|
||||
from django.utils.datastructures import SortedDict
|
||||
from compressor.exceptions import ParserError
|
||||
from compressor.parser import ParserBase
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import coverage
|
||||
from os.path import join
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.management import call_command
|
||||
|
||||
TEST_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
from __future__ import with_statement
|
||||
import os
|
||||
import re
|
||||
import socket
|
||||
import sys
|
||||
from unittest2 import skipIf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user