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):
|
def __init__(self, model, view):
|
||||||
"""Initialize main controller"""
|
"""Initialize main controller"""
|
||||||
Controller.__init__(self, model, view)
|
Controller.__init__(self, model, view)
|
||||||
|
|
||||||
def register_view(self, view):
|
def register_view(self, view):
|
||||||
"""Default view registration stuff"""
|
"""Default view registration stuff"""
|
||||||
view['main'].show()
|
view['main'].show()
|
||||||
|
|||||||
Reference in New Issue
Block a user