From 70145af8e0935255279a08d9f736e5fb9cf4e40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Sun, 14 Jan 2018 14:37:52 -0500 Subject: pep8 en lvc/widgets/osx/widgetset.py --- lvc/widgets/osx/widgetset.py | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'lvc/widgets/osx/widgetset.py') diff --git a/lvc/widgets/osx/widgetset.py b/lvc/widgets/osx/widgetset.py index 1203566..3ab09c5 100644 --- a/lvc/widgets/osx/widgetset.py +++ b/lvc/widgets/osx/widgetset.py @@ -34,25 +34,31 @@ just imports the widgets from their actual locations. from .const import * from .control import (TextEntry, NumberEntry, - SecureTextEntry, MultilineTextEntry) -from .control import Checkbox, Button, OptionMenu, RadioButtonGroup, RadioButton + SecureTextEntry, MultilineTextEntry) +from .control import Checkbox, Button, OptionMenu, RadioButtonGroup, \ + RadioButton from .customcontrol import (CustomButton, - ContinuousCustomButton, CustomSlider, DragableCustomButton) + ContinuousCustomButton, CustomSlider, + DragableCustomButton) from .contextmenu import ContextMenu from .drawing import DrawingContext, ImageSurface, Gradient from .drawingwidgets import DrawingArea, Background from .rect import Rect -from .layout import VBox, HBox, Alignment, Table, Scroller, Expander, TabContainer, DetachedWindowHolder +from .layout import VBox, HBox, Alignment, Table, Scroller, Expander, \ + TabContainer, DetachedWindowHolder from .window import Window, MainWindow, Dialog, FileSaveDialog, FileOpenDialog -from .window import DirectorySelectDialog, AboutDialog, AlertDialog, PreferencesWindow, DonateWindow, DialogWindow, get_first_time_dialog_coordinates +from .window import DirectorySelectDialog, AboutDialog, AlertDialog, \ + PreferencesWindow, DonateWindow, DialogWindow, \ + get_first_time_dialog_coordinates from .simple import (Image, ImageDisplay, Label, - SolidBackground, ClickableImageButton, AnimatedImageDisplay, - ProgressBar, HLine) + SolidBackground, ClickableImageButton, + AnimatedImageDisplay, ProgressBar, HLine) from .tableview import (TableView, TableColumn, - CellRenderer, CustomCellRenderer, ImageCellRenderer, - CheckboxCellRenderer, - CUSTOM_HEADER_HEIGHT) + CellRenderer, CustomCellRenderer, ImageCellRenderer, + CheckboxCellRenderer, + CUSTOM_HEADER_HEIGHT) from .tablemodel import (TableModel, - TreeTableModel) -from .osxmenus import (MenuBar, Menu, Separator, MenuItem, RadioMenuItem, CheckMenuItem) + TreeTableModel) +from .osxmenus import (MenuBar, Menu, Separator, MenuItem, + RadioMenuItem, CheckMenuItem) from .base import Widget -- cgit v1.2.3