remove unneeded import

This commit is contained in:
Benjamin Peterson 2008-07-22 23:44:37 +00:00
parent d8dd86cc26
commit 30e208d525

View file

@ -8,7 +8,6 @@
import socket
import sys
import os
import os.path
import shutil
import warnings
import unittest