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

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
debian
Adam D. Barratt 13 years ago
parent 41c72a3644
commit 5a7a0cbe0a

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

Loading…
Cancel
Save