From 73ae5b670836e389949d085ad394a0b9061caf13 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 20 Dec 2011 15:26:54 -0800 Subject: hashed_path: implement __repr__ --- pym/portage/eclass_cache.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym/portage/eclass_cache.py') 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): """ -- cgit v1.2.3-1-g7c22