Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
1f506a14 by mimi89999 at 2017-08-22T12:39:26+02:00
fix import

- - - - -
7de4aa1a by Yann Leboulanger at 2017-08-22T13:57:06+02:00
Merge branch 'master' into 'master'

fix import

See merge request !119
- - - - -


1 changed file:

- gajim/chat_control_base.py


Changes:

=====================================
gajim/chat_control_base.py
=====================================
--- a/gajim/chat_control_base.py
+++ b/gajim/chat_control_base.py
@@ -66,7 +66,7 @@ from gajim.command_system.implementation import standard
 from gajim.command_system.implementation import execute
 
 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/compare/d070d141bb3cf4caf11cc94ba9233b134da8b119...7de4aa1a069e8b9869fb2b4df45c8ae0ad7076f1

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/d070d141bb3cf4caf11cc94ba9233b134da8b119...7de4aa1a069e8b9869fb2b4df45c8ae0ad7076f1
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

Reply via email to