Update lazy.py

Updated imports.
This commit is contained in:
Matt 2018-11-20 13:35:34 -05:00 committed by GitHub
parent 5ac0f86623
commit f10387da8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
#
# routines for lazy people.
import discovery.DNS.Base as Base
from discovery.DNS import Base
def revlookup(name):
"convenience routine for doing a reverse lookup of an address"