]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_dht/AptPackages.py
Add and clean up some of the epydoc documentation.
[quix0rs-apt-p2p.git] / apt_dht / AptPackages.py
index 3e1c035bba9edfae08579e073aaeeec4410c85e4..2793c4e67ab0bf02949caa956b4fc7a1e1926669 100644 (file)
@@ -121,8 +121,7 @@ class AptPackages:
     def __init__(self, cache_dir):
         """Construct a new packages manager.
 
-        @ivar backendName: name of backend associated with this packages file
-        @ivar cache_dir: cache directory from config file
+        @param cache_dir: cache directory from config file
         """
         self.cache_dir = cache_dir
         self.apt_config = deepcopy(self.DEFAULT_APT_CONFIG)