mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-10 09:30:59 +00:00
imports fixed
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@725 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8db3062748
commit
5425aa45da
2 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
import socket, urllib
|
||||
from UrlData import UrlData
|
||||
from linkcheck import i18n
|
||||
|
||||
class HostCheckingUrlData (UrlData):
|
||||
"Url link for which we have to connect to a specific host"
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
import telnetlib, urlparse, i18n
|
||||
from linkcheck import Config, error
|
||||
import telnetlib, urlparse
|
||||
from linkcheck import Config, error, i18n
|
||||
from urllib import splituser, splithost, splitport, splitpasswd
|
||||
from HostCheckingUrlData import HostCheckingUrlData
|
||||
from UrlData import is_valid_port
|
||||
|
|
|
|||
Loading…
Reference in a new issue