summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-16 14:40:30 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-16 14:40:30 +0000
commitddb703599efc8cf4d0d74675b6d68a13da01d0ca (patch)
tree09dedfc4419bbc291490919276506d4e98f97685 /pym
parent4d517a9f78ed6fdb24a2c0019dbca5b3b8e6c7d7 (diff)
downloadportage-ddb703599efc8cf4d0d74675b6d68a13da01d0ca.tar.gz
portage-ddb703599efc8cf4d0d74675b6d68a13da01d0ca.tar.bz2
portage-ddb703599efc8cf4d0d74675b6d68a13da01d0ca.zip
Fix typo.
svn path=/main/trunk/; revision=10673
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 2f88cd1aa..b184630ac 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -531,7 +531,7 @@ class vardbapi(dbapi):
self._clear_cache(pkg_dblink)
def _clear_cache(self, pkg_dblink):
- # Due to 1 second mtime granularity in < python-1.5, mtime checks
+ # Due to 1 second mtime granularity in <python-2.5, mtime checks
# are not always sufficient to invalidate vardbapi caches. Therefore,
# the caches need to be actively invalidated here.
self.mtdircache.pop(pkg_dblink.cat, None)