# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1538146850 -10800
# Node ID e945fcb54cd440a544c8e1d4fb09284e2918dd0a
# Parent  8e5a9830867e71cd41a3712a9204494cbeb0dfd2
cleanup etherlab: pep8, W293 blank line contains whitespace

diff -r 8e5a9830867e -r e945fcb54cd4 etherlab/etherlab.py
--- a/etherlab/etherlab.py	Fri Sep 28 17:59:28 2018 +0300
+++ b/etherlab/etherlab.py	Fri Sep 28 18:00:50 2018 +0300
@@ -226,7 +226,7 @@
                              "order": group.getSortOrder(),
                              # "value": group.getcontent()["value"],
                              "devices": []})
-                             
+
                     for device in self.devices_xpath(self.modules_infos):
                         device_group = device.getGroupType()
                         if not vendor_category["groups"].has_key(device_group):