Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
3c693a7a by Yann Leboulanger at 2017-08-21T16:38:27+02:00
fix import
- - - - -
2 changed files:
- gajim/chat_control.py
- gajim/dialogs.py
Changes:
=====================================
gajim/chat_control.py
=====================================
--- a/gajim/chat_control.py
+++ b/gajim/chat_control.py
@@ -59,7 +59,7 @@ from gajim.common.exceptions import GajimGeneralException
from gajim.command_system.implementation.hosts import ChatCommands
try:
- import gtkspell
+ from gajim import gtkspell
HAS_GTK_SPELL = True
except (ImportError, ValueError):
HAS_GTK_SPELL = False
=====================================
gajim/dialogs.py
=====================================
--- a/gajim/dialogs.py
+++ b/gajim/dialogs.py
@@ -49,7 +49,7 @@ from gajim.common import pep
from gajim.common import ged
try:
- import gtkspell
+ from gajim import gtkspell
HAS_GTK_SPELL = True
except (ImportError, ValueError):
HAS_GTK_SPELL = False
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/3c693a7a2237e25921899acac4ba4dc2ea006fde
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/3c693a7a2237e25921899acac4ba4dc2ea006fde
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits