python socket_util: Don't try to unbind None bind_path.
[sliver-openvswitch.git] / python / ovs / timeval.py
index cd657dd..7116079 100644 (file)
 
 import time
 
+
 def msec():
     """Returns the current time, as the amount of time since the epoch, in
     milliseconds, as a float."""
     return time.time() * 1000.0
 
+
 def postfork():
     # Just a stub for now
     pass