Skip to content

Commit

Permalink
Merge pull request rbsec#12 from asadath1395/fix_import_spelling
Browse files Browse the repository at this point in the history
Fix Spelling mistake leads to program not being compiled
  • Loading branch information
rbsec authored Jul 18, 2018
2 parents 2eaaa88 + 04a6e22 commit 763e0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
try: # Python2 and Python3 have different IP address libraries
from ipaddress import ip_address as ipaddr
except ImportError:
from netaddr import IPaddress as ipaddr
from netaddr import IPAddress as ipaddr

try:
import argparse
Expand Down

0 comments on commit 763e0cd

Please sign in to comment.