python: Style cleanup.
[openvswitch] / python / ovs / timeval.py
index cd657ddc417844e76af4a7842830f0529701f2ad..71160798d6269eabc27f55cae2bba2f6e0e78ec0 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