]> git.pld-linux.org Git - packages/Zope-PortalTransport.git/blob - Zope-PortalTransport-Interface.patch
- tabs in preamble
[packages/Zope-PortalTransport.git] / Zope-PortalTransport-Interface.patch
1 --- PortalTransport/interfaces/subscribeable.py~        2004-01-20 12:45:00.000000000 +0100
2 +++ PortalTransport/interfaces/subscribeable.py 2004-12-12 12:29:45.537522112 +0100
3 @@ -2,7 +2,7 @@
4  # -*- Mode: Python; py-indent-offset: 4 -*-
5  # * Copyright (C) 2003 Nikolay Kim <fafhrd@legco.biz> 
6  
7 -from interface import Interface
8 +from Interface import Interface
9  
10  class IBaseSubscribeable(Interface):
11  
12 --- PortalTransport/interfaces/mailreceiver.py~ 2004-02-26 07:49:05.000000000 +0100
13 +++ PortalTransport/interfaces/mailreceiver.py  2004-12-12 12:29:35.596033448 +0100
14 @@ -2,7 +2,7 @@
15  # -*- Mode: Python; py-indent-offset: 4 -*-
16  # Authors: Nik Kim <fafhrd@legco.biz> 
17  
18 -from interface import Interface
19 +from Interface import Interface
20  
21  class IMailReceiver(Interface):
22      """ object can receive mails """
This page took 0.05277 seconds and 3 git commands to generate.