Remove references to Twisted framework
authorMichael Hanselmann <hansmi@google.com>
Thu, 2 Oct 2008 10:22:02 +0000 (10:22 +0000)
committerMichael Hanselmann <hansmi@google.com>
Thu, 2 Oct 2008 10:22:02 +0000 (10:22 +0000)
Reviewed-by: iustinp

INSTALL
configure.ac

diff --git a/INSTALL b/INSTALL
index 11abbf5..5f5dda3 100644 (file)
--- 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
index 38fae84..582427c 100644 (file)
@@ -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)