changeset 4abb1631ce13 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=4abb1631ce13
description: add 'command_system.implementation.execute'(execute plugin) to 
demandimport.ignore

diffstat:

 src/gajim.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r d6f5cd306b63 -r 4abb1631ce13 src/gajim.py
--- a/src/gajim.py      Sat Oct 08 22:48:00 2011 +0200
+++ b/src/gajim.py      Sun Oct 09 00:10:22 2011 +0300
@@ -66,7 +66,8 @@
 demandimport.enable()
 demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n',
     'logging.NullHandler', 'dbus.glib', 'dbus.service',
-    'command_system.implementation.standard', 'OpenSSL.SSL', 'OpenSSL.crypto',
+    'command_system.implementation.standard',
+    'command_system.implementation.execute', 'OpenSSL.SSL', 'OpenSSL.crypto',
     'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic']
 
 if os.name == 'nt':
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to