cleanup unused imports

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2985 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-12-18 08:40:22 +00:00
parent ee20ddc2c2
commit 1cec04018f
2 changed files with 0 additions and 4 deletions

View file

@ -18,10 +18,7 @@
Store cached data during checking.
"""
import Cookie
import time
import collections
import linkcheck
import linkcheck.log
import linkcheck.lock

View file

@ -19,7 +19,6 @@ Test cookie routines.
"""
import unittest
import random
import tests
import linkcheck.cookies