PEP8 Builder.py

This commit is contained in:
Sean Davis 2014-04-01 21:49:46 -04:00
parent 2da1541586
commit 310c7d983c
1 changed files with 10 additions and 11 deletions

View File

@ -54,8 +54,7 @@ class Builder(Gtk.Builder):
# pylint: disable=R0201
# this is a method so that a subclass of Builder can redefine it
def default_handler(self,
handler_name, filename, *args, **kwargs):
def default_handler(self, handler_name, filename, *args, **kwargs):
'''helps the apprentice guru
glade defined handlers that do not exist come here instead.