From: Zac Medico Date: Tue, 31 Aug 2010 19:18:49 +0000 (-0700) Subject: Add comments about consumers of FakeVardbapi.getpath(). X-Git-Tag: v2.2_rc73~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3bbf815e986dc9ac8c24116a6ed1ef912108722;p=portage.git Add comments about consumers of FakeVardbapi.getpath(). --- diff --git a/pym/_emerge/FakeVartree.py b/pym/_emerge/FakeVartree.py index 212d5df69..ca84d850b 100644 --- a/pym/_emerge/FakeVartree.py +++ b/pym/_emerge/FakeVartree.py @@ -15,6 +15,10 @@ if sys.hexversion >= 0x3000000: long = int class FakeVardbapi(PackageVirtualDbapi): + """ + Implements the vardbapi.getpath() method which is used in error handling + code for the Package class and vartree.get_provide(). + """ def getpath(self, cpv, filename=None): path = os.path.join(self.settings['EROOT'], VDB_PATH, cpv) if filename is not None: