remove unused imports

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3186 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-05-15 18:33:38 +00:00
parent dc62353ca2
commit b1e7ca58a2

View file

@ -18,13 +18,7 @@
Support for managing threads.
"""
import time
import os
try:
import threading
except ImportError:
import dummy_threading as threading
try:
import win32process
_has_win32process = True