beremiz

Parents e40f3914e55f
Children 51f3acc89a58
cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
--- a/etherlab/ConfigEditor.py Fri Sep 28 19:30:16 2018 +0300
+++ b/etherlab/ConfigEditor.py Sat Sep 29 12:48:28 2018 +0300
@@ -777,6 +777,7 @@
setattr(self.ProcessVariablesGrid, "_MoveRow", _MoveVariablesElement)
_refresh_buttons = getattr(self.ProcessVariablesGrid, "RefreshButtons")
+
def _RefreshButtons():
if self.NodesFilter.GetSelection() == 0:
_refresh_buttons()