mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
fix imports
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3137 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
d667abac69
commit
394abbbab5
2 changed files with 1 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ import sys
|
|||
import os
|
||||
import logging
|
||||
import logging.config
|
||||
import re
|
||||
import urllib
|
||||
import _linkchecker_configdata
|
||||
import linkcheck
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"""Parse configuration files"""
|
||||
|
||||
import ConfigParser
|
||||
import os
|
||||
import re
|
||||
import linkcheck
|
||||
import linkcheck.log
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue