X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=nullclient.py;h=a79f3da0c56b0bea315eda70ced4f356c68e2375;hp=d4dabc4a80193756266aa1553bfe2b0cd43a8ebd;hb=2bfa6c6897898733546439b42a20da25f3f8a62f;hpb=b18104778893417ea6ce29ceffe33adb526c86f6 diff --git a/nullclient.py b/nullclient.py index d4dabc4..a79f3da 100644 --- a/nullclient.py +++ b/nullclient.py @@ -230,7 +230,6 @@ if __name__ == '__main__': client.p.signal_connect("jabber-receiving-xmlnode", jabber_received_xmlnode_cb) username = getuser() password = getpassword() - client.new_account(username, password) client.p.connect() ecore.timer_add(20, client.get_buddies)