editors/DebugViewer.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1737 a39c2918c015
--- a/editors/DebugViewer.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/editors/DebugViewer.py	Mon Aug 14 23:27:15 2017 +0300
@@ -34,12 +34,12 @@
 #                               Debug Viewer Class
 #-------------------------------------------------------------------------------
 
-"""
-Class that implements common behavior of every viewers able to display debug
-values
-"""
 
 class DebugViewer:
+    """
+    Class that implements common behavior of every viewers able to display debug
+    values
+    """
 
     def __init__(self, producer, debug, subscribe_tick=True):
         """