Mercurial > libervia-backend
diff plugins/plugin_misc_tarot.py @ 101:783e9d6980ec
Couchsurfing plugin: first draft
SàT core: adding additionnal menu method
bridge: new methods getMenus, getMenuHelp and callMenu
wix: new menu are added on startup
CS plugin: login on CS
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 19 Jun 2010 17:15:30 +0800 |
parents | 63c9067a1499 |
children | 94011f553cd0 |
line wrap: on
line diff
--- a/plugins/plugin_misc_tarot.py Fri Jun 18 17:14:14 2010 +0800 +++ b/plugins/plugin_misc_tarot.py Sat Jun 19 17:15:30 2010 +0800 @@ -34,10 +34,6 @@ from wokkel import disco, iwokkel, data_form from tools.xml_tools import XMLTools -from base64 import b64decode -from hashlib import sha1 -from time import sleep - try: from twisted.words.protocols.xmlstream import XMPPHandler except ImportError: