dialogs/DurationEditorDialog.py
changeset 1782 5b6ad7a7fd9d
parent 1768 691083b5682a
child 1846 14b40afccd69
--- a/dialogs/DurationEditorDialog.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/dialogs/DurationEditorDialog.py	Mon Aug 21 21:55:18 2017 +0300
@@ -27,9 +27,9 @@
 
 import wx
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                                  Helpers
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 MICROSECONDS = 0.001
 MILLISECONDS = 1
@@ -49,9 +49,9 @@
     ("Microseconds", _('Microseconds:')),
 ]
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                         Edit Duration Value Dialog
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 
 class DurationEditorDialog(wx.Dialog):