]> git.pld-linux.org Git - packages/python-TwistedWeb2.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:28:17 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-TwistedWeb2-deprecated.patch -> 1.2

python-TwistedWeb2-deprecated.patch [deleted file]

diff --git a/python-TwistedWeb2-deprecated.patch b/python-TwistedWeb2-deprecated.patch
deleted file mode 100644 (file)
index 3defbf4..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
---- TwistedWeb2-0.2.0/twisted/web2/iweb.py~    2006-03-12 21:59:12.000000000 +0100
-+++ TwistedWeb2-0.2.0/twisted/web2/iweb.py     2008-02-01 16:04:07.688417247 +0100
-@@ -55,7 +55,7 @@
-             return IResource(result)
- IResource.__class__ = SpecialAdaptInterfaceClass
--class IOldNevowResource(components.Interface):
-+class IOldNevowResource(Interface):
-     # Shared interface with inevow.IResource
-     """
-         I am a web resource.
-@@ -75,7 +75,7 @@
-         string instead of a response object.
-         """
--class ICanHandleException(components.Interface):
-+class ICanHandleException(Interface):
-     # Shared interface with inevow.ICanHandleException
-     def renderHTTP_exception(self, request, failure):
-         """Render an exception to the given request object.
-@@ -109,7 +109,7 @@
-         
-     chanRequest = Attribute("The ChannelRequest. I wonder if this is public really?")
--class IOldRequest(components.Interface):
-+class IOldRequest(Interface):
-     # Shared interface with inevow.ICurrentSegments
-     """An old HTTP request.
This page took 0.088502 seconds and 4 git commands to generate.