diff -r 7efa8b8b6903 -r 583beaf0b4b8 E5Gui/E5Led.py --- a/E5Gui/E5Led.py Sun Oct 06 19:14:26 2013 +0200 +++ b/E5Gui/E5Led.py Sun Oct 06 19:45:29 2013 +0200 @@ -10,7 +10,8 @@ """ from PyQt4.QtCore import Qt, QSize -from PyQt4.QtGui import QWidget, QColor, QRadialGradient, QPalette, QPainter, QBrush +from PyQt4.QtGui import QWidget, QColor, QRadialGradient, QPalette, QPainter, \ + QBrush E5LedRectangular = 0 E5LedCircular = 1 @@ -20,7 +21,8 @@ """ Class implementing a LED widget. """ - def __init__(self, parent=None, color=None, shape=E5LedCircular, rectRatio=1): + def __init__(self, parent=None, color=None, shape=E5LedCircular, + rectRatio=1): """ Constructor