remove unused imports reported by pyflakes

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3629 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2007-12-03 13:54:44 +00:00
parent 0f04476b7f
commit 7a4c7e9f44

View file

@ -16,11 +16,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
"""Cleanup task."""
import time
import linkcheck.i18n
import linkcheck.strformat
import linkcheck.configuration
import task
from console import stderr
class Cleanup (task.CheckedTask):