Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / python / ovs / timeval.py
index cd657dd..ba0e54e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2009, 2010 Nicira Networks
+# Copyright (c) 2009, 2010 Nicira, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 
 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