diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-06-16 14:40:30 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-06-16 14:40:30 +0000 |
commit | ddb703599efc8cf4d0d74675b6d68a13da01d0ca (patch) | |
tree | 09dedfc4419bbc291490919276506d4e98f97685 | |
parent | 4d517a9f78ed6fdb24a2c0019dbca5b3b8e6c7d7 (diff) | |
download | portage-ddb703599efc8cf4d0d74675b6d68a13da01d0ca.tar.gz portage-ddb703599efc8cf4d0d74675b6d68a13da01d0ca.tar.bz2 portage-ddb703599efc8cf4d0d74675b6d68a13da01d0ca.zip |
Fix typo.
svn path=/main/trunk/; revision=10673
-rw-r--r-- | pym/portage/dbapi/vartree.py | 2 |
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) |