hints: export the user associated with a hint via a property

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
Adam D. Barratt 2011-09-04 16:21:10 +00:00
parent 41c72a3644
commit 5a7a0cbe0a

View File

@ -64,3 +64,7 @@ class Hint:
@property
def active(self):
return self._active
@property
def user(self):
return self._user