[apt-proxy-devel] r603 - in people/halls/rework/apt_proxy: . test

Chris Halls halls at costa.debian.org
Tue Apr 11 14:53:42 UTC 2006


Author: halls
Date: Tue Apr 11 14:53:39 2006
New Revision: 603

Modified:
   people/halls/rework/apt_proxy/fetchers.py
   people/halls/rework/apt_proxy/test/test_fetchers.py
Log:
Fix typo


Modified: people/halls/rework/apt_proxy/fetchers.py
==============================================================================
--- people/halls/rework/apt_proxy/fetchers.py	(original)
+++ people/halls/rework/apt_proxy/fetchers.py	Tue Apr 11 14:53:39 2006
@@ -783,8 +783,8 @@
         self.parent = fetcher
         self.cache_mtime = mtime
         self.request_uri = uri
-        self.cache_path = fetcher.CacheEntry.cache_path
-        self.cache_dir = fetcher.CacheEntry.filedir
+        self.cache_path = fetcher.cacheEntry.cache_path
+        self.cache_dir = fetcher.cacheEntry.filedir
         self.remote_file = (self.backendServer.path + '/' 
                             + uri)
 

Modified: people/halls/rework/apt_proxy/test/test_fetchers.py
==============================================================================
--- people/halls/rework/apt_proxy/test/test_fetchers.py	(original)
+++ people/halls/rework/apt_proxy/test/test_fetchers.py	Tue Apr 11 14:53:39 2006
@@ -264,7 +264,7 @@
         def __init__(self, backend, backendServer):
             self.backend = backend
             self.backendServer = backendServer
-            self.CacheEntry = backend.get_cache_entry("testdir/testfile.deb")
+            self.cacheEntry = backend.get_cache_entry("testdir/testfile.deb")
         def fetcher_internal_error(self, message):
             log.debug('fetcher_internal_error: %s' % (message))
 



More information about the apt-proxy-devel mailing list