# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1538214508 -10800
# Node ID f1f10ceb9341acb2a72c962e27573606e4c1a974
# Parent  e40f3914e55f5c7fbac24caec5c7ae899a64791c
cleanup etherlab: pep8,  E306 expected 1 blank line before a nested definition, found X

diff -r e40f3914e55f -r f1f10ceb9341 etherlab/ConfigEditor.py
--- 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()