mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 00:50:58 +00:00
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:
parent
ee20ddc2c2
commit
1cec04018f
2 changed files with 0 additions and 4 deletions
|
|
@ -18,10 +18,7 @@
|
|||
Store cached data during checking.
|
||||
"""
|
||||
|
||||
import Cookie
|
||||
import time
|
||||
import collections
|
||||
|
||||
import linkcheck
|
||||
import linkcheck.log
|
||||
import linkcheck.lock
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ Test cookie routines.
|
|||
"""
|
||||
|
||||
import unittest
|
||||
import random
|
||||
import tests
|
||||
import linkcheck.cookies
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue