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 149782ad84
commit 4b395f79ad

View File

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