Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2010-09-19 01:34:06 +0400
committerDenis Fomin <fominde@gmail.com>2010-09-19 01:34:06 +0400
commitc43af5fda1a61347e7c88d1ada7f1c5660a7704e (patch)
tree848a3f6901b07963a2e76ccc00b9bb0129f8708c /juick/plugin.py
parent3b1aa3c4d6b4aaa75ed51faf338deb6061afe370 (diff)
Manifest files added
Diffstat (limited to 'juick/plugin.py')
-rw-r--r--juick/plugin.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/juick/plugin.py b/juick/plugin.py
index 2753db0..f5b8371 100644
--- a/juick/plugin.py
+++ b/juick/plugin.py
@@ -31,15 +31,6 @@ except:
pass
class JuickPlugin(GajimPlugin):
- name = u'Juick'
- short_name = u'Juick'
- version = u'0.2'
- description = _(u'''Clickable juick links , juick nics, preview juick picturs.
-The key combination alt + up in the textbox allow insert the number of last message (comment or topic).''')
- authors = [u'Denis Fomin <fominde@gmail.com>', u'evgen <drujebober@gmail.com>']
-
- homepage = u'http://bitbucket.org/dicson12/plugins/src/tip/juick/'
-
@log_calls('JuickPlugin')
def init(self):
self.config_dialog = JuickPluginConfigDialog(self)