diff options
Diffstat (limited to 'lvc/widgets/gtk/contextmenu.py')
-rw-r--r-- | lvc/widgets/gtk/contextmenu.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |