removed unused imports

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40716
This commit is contained in:
Pablo Hoffman 2009-01-13 10:10:19 +00:00
parent 95d99d51b9
commit 468bfeb278
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ This module must not depend on any module outside the Standard Library.
import time
import copy
import gzip
from cStringIO import StringIO
from heapq import heappush, heappop
class MultiValueDictKeyError(KeyError):