summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/twisted/twisted-2.5.0/remove-zope-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-extras/packages/twisted/twisted-2.5.0/remove-zope-check.patch')
-rw-r--r--meta-extras/packages/twisted/twisted-2.5.0/remove-zope-check.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-extras/packages/twisted/twisted-2.5.0/remove-zope-check.patch b/meta-extras/packages/twisted/twisted-2.5.0/remove-zope-check.patch
deleted file mode 100644
index 2bd1b191da..0000000000
--- a/meta-extras/packages/twisted/twisted-2.5.0/remove-zope-check.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Index: Twisted-2.5.0/TwistedCore-2.5.0/twisted/__init__.py
2===================================================================
3--- Twisted-2.5.0.orig/TwistedCore-2.5.0/twisted/__init__.py 2007-03-05 16:30:08.117422472 +0100
4+++ Twisted-2.5.0/TwistedCore-2.5.0/twisted/__init__.py 2007-03-05 16:30:13.810553949 +0100
5@@ -14,13 +14,6 @@
6 raise RuntimeError("Twisted requires Python 2.3 or later.")
7 del sys
8
9-# Ensure zope.interface is installed
10-try:
11- from zope.interface import Interface
12- del Interface
13-except ImportError:
14- raise ImportError("you need zope.interface installed "
15- "(http://zope.org/Products/ZopeInterface/)")
16
17 # Ensure compat gets imported
18 from twisted.python import compat