From: Zac Medico Date: Tue, 20 Dec 2011 23:26:54 +0000 (-0800) Subject: hashed_path: implement __repr__ X-Git-Tag: v2.2.0_alpha82~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73ae5b670836e389949d085ad394a0b9061caf13;p=portage.git hashed_path: implement __repr__ --- diff --git a/pym/portage/eclass_cache.py b/pym/portage/eclass_cache.py index 1044ad021..cb2cf8a98 100644 --- a/pym/portage/eclass_cache.py +++ b/pym/portage/eclass_cache.py @@ -49,6 +49,8 @@ class hashed_path(object): setattr(self, attr, val) return val + def __repr__(self): + return "" % (self.location,) class cache(object): """