From 62edcc71deaf369754ee2124b7d8b479164b1d39 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 27 Aug 2007 13:36:24 +0000 Subject: [PATCH] make python-crypto an optional dependency --- README.html | 1 + src/chat_control.py | 7 +++- src/common/connection_handlers.py | 3 +- src/common/gajim.py | 10 +++++ src/common/stanza_session.py | 68 +++++++++++++++++++------------ src/gajim.py | 5 --- 6 files changed, 59 insertions(+), 35 deletions(-) diff --git a/README.html b/README.html index 2621eef0b..7196e281b 100644 --- a/README.html +++ b/README.html @@ -29,6 +29,7 @@ Gajim is a GTK+ app that loves GNOME. You can do 'make' so you don't require gno

Optional Runtime Requirements