mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-22 13:21:52 +00:00
fix debugging
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@750 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
412b389894
commit
46d28029c6
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
import ftplib, i18n
|
||||
from linkcheck import Config, error, extensions, debug
|
||||
from linkcheck import Config, error, extensions
|
||||
from debug import *
|
||||
from urllib import splitpasswd
|
||||
from ProxyUrlData import ProxyUrlData
|
||||
from HttpUrlData import HttpUrlData
|
||||
|
|
|
|||
Loading…
Reference in a new issue