summarylogtreecommitdiffstats
path: root/twisted_detection.patch
blob: 27d2010c432c05dffb1cfe2b67f687830326cbf6 (plain)
1
2
3
4
5
6
7
8
9
10
--- coherence/__init__.py
@@ -24,8 +24,6 @@
     if twisted_version < Version("twisted", 2, 5, 0):
         raise ImportError("Twisted >= 2.5 is required. Please install it.")
 
-    if twisted_web_version < Version("twisted.web", 2, 5, 0):
-        raise ImportError("Twisted.Web >= 2.5 is required. Please install it")
 except ImportError, exc:
     # log error to stderr, might be useful for debugging purpose
     for arg in exc.args: