dnspython: Update to latest upstream.
[samba.git] / lib / dnspython / dns / inet.py
index 993a2f9436817aee84d34a5e2e74cfe0f68e90e0..8a8f3e1ca88ff054daf301cec9bb6f6ece0da970 100644 (file)
@@ -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
-
+