summaryrefslogtreecommitdiff
path: root/lib/dnspython/dns/inet.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-04 23:05:16 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-04 23:05:16 +0200
commit6185fb4e9e3d3e654ad9f6325da0f4886013dda6 (patch)
tree81a767238fdd3b1902672330a49948d838acd2c7 /lib/dnspython/dns/inet.py
parent5de2ec0def3e4ad0ead20b426e81509fd8e48c6d (diff)
downloadsamba-6185fb4e9e3d3e654ad9f6325da0f4886013dda6.tar.gz
samba-6185fb4e9e3d3e654ad9f6325da0f4886013dda6.tar.bz2
samba-6185fb4e9e3d3e654ad9f6325da0f4886013dda6.zip
dnspython: Update to latest upstream.
Diffstat (limited to 'lib/dnspython/dns/inet.py')
-rw-r--r--lib/dnspython/dns/inet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dnspython/dns/inet.py b/lib/dnspython/dns/inet.py
index 993a2f9436..8a8f3e1ca8 100644
--- a/lib/dnspython/dns/inet.py
+++ b/lib/dnspython/dns/inet.py
@@ -45,7 +45,7 @@ def inet_pton(family, text):
implemented.
@rtype: string
"""
-
+
if family == AF_INET:
return dns.ipv4.inet_aton(text)
elif family == AF_INET6:
@@ -105,4 +105,4 @@ def is_multicast(text):
return (first == 255)
except:
raise ValueError
-
+