diff -r b112bfdde5cc -r 5b6ad7a7fd9d graphics/DebugDataConsumer.py --- 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: