From ddb703599efc8cf4d0d74675b6d68a13da01d0ca Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 16 Jun 2008 14:40:30 +0000 Subject: Fix typo. svn path=/main/trunk/; revision=10673 --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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