Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
144c862d by Yann Leboulanger at 2017-08-21T16:34:50+02:00
fix import
- - - - -
1 changed file:
- gajim/config.py
Changes:
=====================================
gajim/config.py
=====================================
--- a/gajim/config.py
+++ b/gajim/config.py
@@ -51,7 +51,7 @@ from gajim import profile_window
from gajim import gui_menu_builder
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/144c862dabb6660cd992253e21bb912869181a84
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/144c862dabb6660cd992253e21bb912869181a84
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