Fix typo.
authorZac Medico <zmedico@gentoo.org>
Mon, 16 Jun 2008 14:40:30 +0000 (14:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 16 Jun 2008 14:40:30 +0000 (14:40 -0000)
svn path=/main/trunk/; revision=10673

pym/portage/dbapi/vartree.py

index 2f88cd1aa43dba0a177b28ffe8f8220952efb906..b184630ac2166c61cdbf4b1d4f7bc4bf96bd11eb 100644 (file)
@@ -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)