From 5a7a0cbe0a21ba013df8320756d29a43f922f9e2 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