From: Zac Medico Date: Mon, 16 Jun 2008 14:40:30 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_rc1~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ddb703599efc8cf4d0d74675b6d68a13da01d0ca;p=portage.git Fix typo. svn path=/main/trunk/; revision=10673 --- 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