From ffa1c26084f4f51beba52bf4c0de6d521940beb3 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Thu, 2 Oct 2008 10:22:02 +0000
Subject: [PATCH] Remove references to Twisted framework

Reviewed-by: iustinp
---
 INSTALL      | 2 --
 configure.ac | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/INSTALL b/INSTALL
index 11abbf5d7..5f5dda3d9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -28,8 +28,6 @@ Before installing, please verify that you have the following programs:
     ftp://ftp.inr.ac.ru/ip-routing/iputils-current.tar.gz
   - Python 2.4
     http://www.python.org
-  - Python Twisted library (the core is enough)
-    http://twistedmatrix.com/
   - Python OpenSSL bindings
     http://pyopenssl.sourceforge.net/
   - simplejson Python module
diff --git a/configure.ac b/configure.ac
index 38fae849f..582427c99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,9 +136,6 @@ fi
 # Check for Python
 AM_PATH_PYTHON(2.4)
 
-# AC_PYTHON_MODULE(twisted.internet, t)
-# AC_PYTHON_MODULE(twisted.cred, t)
-# AC_PYTHON_MODULE(twisted.spread, t)
 AC_PYTHON_MODULE(OpenSSL, t)
 AC_PYTHON_MODULE(simplejson, t)
 AC_PYTHON_MODULE(pyparsing, t)
-- 
GitLab