changeset d11467d237cf in /home/hg/repos/gajim-plugins
author: lovetox <[email protected]>
branches:
details:gajim-plugins?cmd=changeset;node=d11467d237cf
description: Adding _thread to demandignore
This fixes an error with the newest Setuptools version on Debian
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835472
diffstat:
omemo/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 284da03d8f08 -r d11467d237cf omemo/__init__.py
--- a/omemo/__init__.py Tue Aug 30 08:22:47 2016 +0200
+++ b/omemo/__init__.py Fri Sep 02 23:02:50 2016 +0200
@@ -39,7 +39,7 @@
from common import demandimport
demandimport.enable()
-demandimport.ignore += ['_imp']
+demandimport.ignore += ['_imp', '_thread']
IQ_CALLBACK = {}
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits