Remove args from the factory interface

This commit is contained in:
Marco Pesenti Gritti
2006-08-07 16:26:54 +02:00
parent d919848324
commit 9274f9707f
3 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class Terminal(gtk.HBox):
pass
class TerminalActivity(Activity):
def __init__(self, service, args):
def __init__(self, service):
Activity.__init__(self, service)
self.set_title("Terminal")