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:
authorYann Leboulanger <asterix@lagaule.org>2013-01-29 17:08:56 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-01-29 17:08:56 +0400
commita6ac97838c8f368646e87a3d2101096def38d824 (patch)
tree4bb2fd8fe9fa8d451aad0436a2ab6ca28c15821a /length_notifier/__init__.py
parentdccc279d6fdae61cd2777af0558413deca62c337 (diff)
update length_notifier plugin to py3
Diffstat (limited to 'length_notifier/__init__.py')
-rw-r--r--length_notifier/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/length_notifier/__init__.py b/length_notifier/__init__.py
index 67c8c61..e84a487 100644
--- a/length_notifier/__init__.py
+++ b/length_notifier/__init__.py
@@ -1,2 +1 @@
-
-from length_notifier import LengthNotifierPlugin
+from .length_notifier import LengthNotifierPlugin