[apt-proxy-devel] r594 - people/halls/rework/apt_proxy

Chris Halls halls at costa.debian.org
Tue Feb 21 15:40:01 UTC 2006


Author: halls
Date: Tue Feb 21 15:40:00 2006
New Revision: 594

Modified:
   people/halls/rework/apt_proxy/fetchers.py
Log:
FtpFetcher: self.instance = None in constructor


Modified: people/halls/rework/apt_proxy/fetchers.py
==============================================================================
--- people/halls/rework/apt_proxy/fetchers.py	(original)
+++ people/halls/rework/apt_proxy/fetchers.py	Tue Feb 21 15:40:00 2006
@@ -445,6 +445,7 @@
     def __init__(self, backendServer):
         self.backendServer = backendServer
         self.isConnected = False
+        self.instance = None
 
     def connect(self):
         """



More information about the apt-proxy-devel mailing list