diff --git a/INSTALL b/INSTALL
index 11abbf5d7e392bdb44e0f8cb44591f30b16e22dd..5f5dda3d9b0f34d566e8b873a0805088fc47b2b9 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 38fae849ffd1d15c5157dd59eb88650f93891daa..582427c9986b7473d1b00c38d6d06aa094189a7d 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)