fixed syntax error

This commit is contained in:
cody burkard
2014-08-06 17:52:40 -07:00
parent 7ae39fffc2
commit 891a9e8bdf
+1 -1
View File
@@ -253,7 +253,7 @@ def macColonHex( mac ):
"""Generate MAC colon-hex string from unsigned int.
mac: MAC address as unsigned int
returns: macStr MAC colon-hex string"""
return _colonHex( mac, 6 )
return _colonHex( mac, 6 )
def ipStr( ip ):
"""Generate IP address string from an unsigned int.