From c43af5fda1a61347e7c88d1ada7f1c5660a7704e Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Sun, 19 Sep 2010 01:34:06 +0400 Subject: Manifest files added --- wrong_layout/manifest.ini | 8 ++++++++ wrong_layout/plugin.py | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 wrong_layout/manifest.ini (limited to 'wrong_layout') diff --git a/wrong_layout/manifest.ini b/wrong_layout/manifest.ini new file mode 100644 index 0000000..939ade9 --- /dev/null +++ b/wrong_layout/manifest.ini @@ -0,0 +1,8 @@ +[info] +name: Wrong Layout +short_name: Wrong Layout +version: 0.1 +description: Press alt+r to convert chars typed in wrong layout Rus<>Eng +authors: Denis Fomin +homepage: http://bitbucket.org/dicson12/plugins/src/tip/wrong_layout/ + diff --git a/wrong_layout/plugin.py b/wrong_layout/plugin.py index 8706604..5444426 100644 --- a/wrong_layout/plugin.py +++ b/wrong_layout/plugin.py @@ -18,13 +18,6 @@ except: pass class WrongLayoutPlugin(GajimPlugin): - name = u'Wrong Layout' - short_name = u'Wrong Layout' - version = u'0.1' - description = _(u'''Press alt+r to convert chars typed in wrong layout Rus<>Eng''') - authors = [u'Denis Fomin '] - homepage = u'http://bitbucket.org/dicson12/plugins/src/tip/wrong_layout/' - @log_calls('WrongLayoutPlugin') def init(self): self.config_dialog = None -- cgit v1.2.3