graphics/DebugDataConsumer.py
changeset 1782 5b6ad7a7fd9d
parent 1764 d5df428640ff
child 1831 56b48961cc68
--- a/graphics/DebugDataConsumer.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/graphics/DebugDataConsumer.py	Mon Aug 21 21:55:18 2017 +0300
@@ -24,9 +24,10 @@
 
 import datetime
 
-#-------------------------------------------------------------------------------
+
+# -------------------------------------------------------------------------------
 #                        Date and Time conversion function
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 SECOND = 1000000      # Number of microseconds in one second
 MINUTE = 60 * SECOND  # Number of microseconds in one minute
@@ -149,9 +150,10 @@
     "REAL": lambda v: "%.6g" % v,
     "LREAL": lambda v: "%.6g" % v}
 
-#-------------------------------------------------------------------------------
+
+# -------------------------------------------------------------------------------
 #                            Debug Data Consumer Class
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 
 class DebugDataConsumer: