mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 00:20:59 +00:00
Code cleanup.
This commit is contained in:
parent
1b3b040be5
commit
6f5e55fd3b
1 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,6 @@
|
|||
"""
|
||||
Define http test support classes for LinkChecker tests.
|
||||
"""
|
||||
import sys
|
||||
import os
|
||||
import time
|
||||
import threading
|
||||
|
|
@ -52,7 +51,7 @@ class FtpServerTest (LinkCheckTest):
|
|||
def start_server (host, port):
|
||||
def line_logger(msg):
|
||||
if "kill" in msg:
|
||||
sys.exit(0)
|
||||
raise KeyboardInterrupt()
|
||||
|
||||
from pyftpdlib import ftpserver
|
||||
authorizer = ftpserver.DummyAuthorizer()
|
||||
|
|
|
|||
Loading…
Reference in a new issue