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

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
bzr-import-20160707
Adam D. Barratt 14 years ago
parent 149782ad84
commit 4b395f79ad

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

Loading…
Cancel
Save