summaryrefslogtreecommitdiff
path: root/apt/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'apt/package.py')
-rw-r--r--apt/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt/package.py b/apt/package.py
index bae90b05..2368327b 100644
--- a/apt/package.py
+++ b/apt/package.py
@@ -23,7 +23,8 @@ import apt_pkg, string
import random
class Package(object):
-
+ """ This class represents a package in the cache
+ """
def __init__(self, cache, depcache, records, pcache, pkgiter):
""" Init the Package object """
self._cache = cache # low level cache