mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 12:24:46 +00:00
remove unneeded imports
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2871 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
66a30acc2d
commit
753b907d51
2 changed files with 0 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ Handle local file: links.
|
|||
|
||||
import re
|
||||
import os
|
||||
import os.path
|
||||
import time
|
||||
import urlparse
|
||||
import urllib
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ Output logging support for different formats.
|
|||
import locale
|
||||
import sys
|
||||
import os
|
||||
import os.path
|
||||
import datetime
|
||||
|
||||
import linkcheck.strformat
|
||||
|
|
|
|||
Loading…
Reference in a new issue