plcopen/definitions.py
changeset 1782 5b6ad7a7fd9d
parent 1762 fcc406143e5b
child 1798 7ec48bdc7a57
--- a/plcopen/definitions.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/plcopen/definitions.py	Mon Aug 21 21:55:18 2017 +0300
@@ -42,9 +42,9 @@
                      "D": ["DINT", "UDINT", "REAL", "DWORD"],
                      "L": ["LINT", "ULINT", "LREAL", "LWORD"]}
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                        Function Block Types definitions
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 StdTC6Libs = [(_("Standard function blocks"),   join(sd, "Standard_Function_Blocks.xml")),
               (_("Additional function blocks"), join(sd, "Additional_Function_Blocks.xml"))]
@@ -61,9 +61,9 @@
         for var_name, var_type, var_modifier in infos["inputs"]]
     return infos
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                           Data Types definitions
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 
 """
@@ -105,7 +105,7 @@
     ("WORD", "ANY_NBIT"),
     ("DWORD", "ANY_NBIT"),
     ("LWORD", "ANY_NBIT")
-    #("WSTRING", "ANY_STRING") # TODO
+    # ("WSTRING", "ANY_STRING") # TODO
 ]
 
 DefaultType = "DINT"