]> git.pld-linux.org Git - packages/Zope-PortalTransport.git/commitdiff
- patch to fix use with Zope 2.7
authorundefine <undefine@pld-linux.org>
Sun, 12 Dec 2004 11:35:32 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-PortalTransport-Interface.patch -> 1.1

Zope-PortalTransport-Interface.patch [new file with mode: 0644]

diff --git a/Zope-PortalTransport-Interface.patch b/Zope-PortalTransport-Interface.patch
new file mode 100644 (file)
index 0000000..04bca45
--- /dev/null
@@ -0,0 +1,22 @@
+--- PortalTransport/interfaces/subscribeable.py~       2004-01-20 12:45:00.000000000 +0100
++++ PortalTransport/interfaces/subscribeable.py        2004-12-12 12:29:45.537522112 +0100
+@@ -2,7 +2,7 @@
+ # -*- Mode: Python; py-indent-offset: 4 -*-
+ # * Copyright (C) 2003 Nikolay Kim <fafhrd@legco.biz> 
+-from interface import Interface
++from Interface import Interface
+ class IBaseSubscribeable(Interface):
+--- PortalTransport/interfaces/mailreceiver.py~        2004-02-26 07:49:05.000000000 +0100
++++ PortalTransport/interfaces/mailreceiver.py 2004-12-12 12:29:35.596033448 +0100
+@@ -2,7 +2,7 @@
+ # -*- Mode: Python; py-indent-offset: 4 -*-
+ # Authors: Nik Kim <fafhrd@legco.biz> 
+-from interface import Interface
++from Interface import Interface
+ class IMailReceiver(Interface):
+     """ object can receive mails """
This page took 0.073135 seconds and 4 git commands to generate.