From 77fc54837df9f0d8067b677016d9fc96ad16c63e Mon Sep 17 00:00:00 2001 From: Zaran Date: Tue, 20 Sep 2011 02:06:13 +0200 Subject: Tiny cosmetic change --- server/xep_0077.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/xep_0077.py') diff --git a/server/xep_0077.py b/server/xep_0077.py index 1d3ab78..0608dc5 100644 --- a/server/xep_0077.py +++ b/server/xep_0077.py @@ -145,10 +145,10 @@ class xep_0077(base_plugin): iq['error']['text'] = text iq.send() -if __name__=='__main__': +if __name__ == '__main__': test = Registration() test.add_form() print '{}\n'.format(test['form']) values = {'privkey': 'pomme', 'pubkey': 'poire', 'salt': 'abricot'} test['form']=values - print test \ No newline at end of file + print test -- cgit v1.2.3-70-g09d2