From 80227a9d85812abdc1d33fb4ecbdf19a7c23f75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Sun, 14 Jan 2018 16:03:00 -0500 Subject: pep8 en lvc/widgets/gtk/contextmenu.py --- lvc/widgets/gtk/contextmenu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lvc/widgets/gtk/contextmenu.py b/lvc/widgets/gtk/contextmenu.py index cd5b6ba..3e6ec45 100644 --- a/lvc/widgets/gtk/contextmenu.py +++ b/lvc/widgets/gtk/contextmenu.py @@ -2,6 +2,7 @@ import gtk from .base import Widget + class ContextMenu(Widget): def __init__(self, options): -- cgit v1.2.3