mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 11:30:19 +01:00
removed trailing characters
This commit is contained in:
@@ -19,7 +19,7 @@ class MainController(Controller):
|
||||
def __init__(self, model, view):
|
||||
"""Initialize main controller"""
|
||||
Controller.__init__(self, model, view)
|
||||
|
||||
|
||||
def register_view(self, view):
|
||||
"""Default view registration stuff"""
|
||||
view['main'].show()
|
||||
|
||||
Reference in New Issue
Block a user