diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-09-20 02:06:13 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-09-20 02:06:13 +0200 |
| commit | 77fc54837df9f0d8067b677016d9fc96ad16c63e (patch) | |
| tree | b628df2564bcc268ae05c318c99d1d25d9f7c5ec /server | |
| parent | d60cd4596a461efc29856c01ba37bb130851c0f0 (diff) | |
| download | alias-77fc54837df9f0d8067b677016d9fc96ad16c63e.tar.gz | |
Tiny cosmetic change
Diffstat (limited to 'server')
| -rw-r--r-- | server/xep_0077.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
