diff -r c02818d7e29f -r 7e61baa047f0 dialogs/FBDBlockDialog.py --- a/dialogs/FBDBlockDialog.py Mon Aug 14 22:30:41 2017 +0300 +++ b/dialogs/FBDBlockDialog.py Mon Aug 14 23:27:15 2017 +0300 @@ -35,6 +35,7 @@ # Helpers #------------------------------------------------------------------------------- + def GetBlockTypeDefaultNameModel(blocktype): return re.compile("%s[0-9]+" % blocktype if blocktype is not None else ".*") @@ -42,12 +43,12 @@ # Set Block Parameters Dialog #------------------------------------------------------------------------------- -""" -Class that implements a dialog for defining parameters of a FBD block graphic -element -""" class FBDBlockDialog(BlockPreviewDialog): + """ + Class that implements a dialog for defining parameters of a FBD block graphic + element + """ def __init__(self, parent, controller, tagname): """