plcopen/structures.py
changeset 1749 d73b64672238
parent 1747 6046ffa2280f
child 1758 845ca626db09
--- a/plcopen/structures.py	Wed Aug 16 12:30:31 2017 +0300
+++ b/plcopen/structures.py	Wed Aug 16 12:48:08 2017 +0300
@@ -52,6 +52,7 @@
     """
     return [typename for typename, parenttype in TypeHierarchy.items() if not typename.startswith("ANY") and IsOfType(typename, type)]
 
+
 DataTypeRange = dict(DataTypeRange_list)
 
 """
@@ -265,6 +266,7 @@
 
     return Standard_Functions_Decl
 
+
 StdBlckLst.extend(get_standard_funtions(csv_file_to_table(open(StdFuncsCSV))))
 
 # Dictionary to speedup block type fetching by name