Silence pyflake

This commit is contained in:
Daniel Narvaez 2013-05-05 01:27:31 +02:00
parent 9f71aa864f
commit 55a072470f
2 changed files with 7 additions and 1 deletions

View File

@ -7,3 +7,4 @@ Heavily modified for Django's purposes.
"""
from sugar3.dispatch.dispatcher import Signal
assert Signal

View File

@ -38,7 +38,12 @@ from sugar3.graphics.palettemenu import PaletteMenuItem
# Import these for backwards compatibility
from sugar3.graphics.palettewindow import MouseSpeedDetector, Invoker, \
WidgetInvoker, CursorInvoker, ToolInvoker, CellRendererInvoker
assert MouseSpeedDetector
assert Invoker
assert WidgetInvoker
assert CursorInvoker
assert ToolInvoker
assert CellRendererInvoker
class _HeaderItem(Gtk.MenuItem):
"""A MenuItem with a custom child widget that gets all the