More work on the chat. Fix terminal api
This commit is contained in:
@@ -51,8 +51,8 @@ class Terminal(gtk.HBox):
|
||||
pass
|
||||
|
||||
class TerminalActivity(Activity):
|
||||
def __init__(self, service):
|
||||
Activity.__init__(self, service)
|
||||
def __init__(self):
|
||||
Activity.__init__(self)
|
||||
|
||||
self.set_title("Terminal")
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
[Activity]
|
||||
name = Terminal
|
||||
id = org.sugar.Terminal
|
||||
default_type = _terminal_olpc._udp
|
||||
python_module = terminal.TerminalActivity.TerminalActivity
|
||||
|
||||
Reference in New Issue
Block a user