From 4b395f79ad9be894b5a4201b96609953b01c6f23 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sun, 4 Sep 2011 16:21:10 +0000 Subject: [PATCH] hints: export the user associated with a hint via a property Signed-off-by: Adam D. Barratt --- hints.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hints.py b/hints.py index d052ae2..c5a3fd6 100644 --- a/hints.py +++ b/hints.py @@ -64,3 +64,7 @@ class Hint: @property def active(self): return self._active + + @property + def user(self): + return self._user