Skip to content
Snippets Groups Projects
Commit 365bf218 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

import needed modules if they are available. Fixes #14

parent 681a56d1
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,11 @@ from plugins.plugin import GajimPluginException
from plugins.helpers import log_calls
from common import gajim
import gtkgui_helpers
try:
from xdg.BaseDirectory import load_data_paths
import indicate
except ImportError:
pass
class UbuntuIntegrationPlugin(GajimPlugin):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment