mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 00:20:59 +00:00
import string.lower in DNS/Base.py
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@276 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
57eaed55e5
commit
8ee8d6c27c
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# $Id$
|
||||
import sys, re, getopt, socket
|
||||
from string import lower
|
||||
import DNS,DNS.Lib,DNS.Type,DNS.Class,DNS.Opcode
|
||||
#import asyncore
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue