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 /set_location
parent3b1aa3c4d6b4aaa75ed51faf338deb6061afe370 (diff)
Manifest files added
Diffstat (limited to 'set_location')
-rw-r--r--set_location/manifest.ini8
-rw-r--r--set_location/set_location.py8
2 files changed, 8 insertions, 8 deletions
diff --git a/set_location/manifest.ini b/set_location/manifest.ini
new file mode 100644
index 0000000..d2cda54
--- /dev/null
+++ b/set_location/manifest.ini
@@ -0,0 +1,8 @@
+[info]
+name: Set Location
+short_name: set_location
+version: 0.1
+description: Set information about the current geographical or physical location.
+authors: Denis Fomin <fominde@gmail.com>
+homepage: http://bitbucket.org/dicson12/plugins/src/tip/set_location/
+
diff --git a/set_location/set_location.py b/set_location/set_location.py
index 522201b..ca12e49 100644
--- a/set_location/set_location.py
+++ b/set_location/set_location.py
@@ -22,14 +22,6 @@ except:
pass
class SetLocationPlugin(GajimPlugin):
- name = u'Set Location'
- short_name = u'set_location'
- version = u'0.1'
- description = _(
- u'''Set information about the current geographical or physical location.''')
- authors = [u'Denis Fomin <fominde@gmail.com>']
- homepage = u'http://bitbucket.org/dicson12/plugins/src/tip/set_location/'
-
@log_calls('SetLocationPlugin')
def init(self):
self.config_dialog = SetLocationPluginConfigDialog(self)