summaryrefslogtreecommitdiffstats
path: root/manas
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-06-27 23:10:56 -0400
committerLuke Macken <lmacken@redhat.com>2008-06-27 23:10:56 -0400
commit1ebf48254dce0e6f9f2abbee4d1cb7a4cc7a426a (patch)
tree835ae89ed7b5ae8e74ac716109957c1146b37a99 /manas
parenta1bace833d421f20642d5077a03d769ffb1cd355 (diff)
downloadmanas-1ebf48254dce0e6f9f2abbee4d1cb7a4cc7a426a.tar.gz
manas-1ebf48254dce0e6f9f2abbee4d1cb7a4cc7a426a.tar.xz
manas-1ebf48254dce0e6f9f2abbee4d1cb7a4cc7a426a.zip
Add the LatestIdeas widget to our Global
Diffstat (limited to 'manas')
-rw-r--r--manas/lib/app_globals.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/manas/lib/app_globals.py b/manas/lib/app_globals.py
index 342c8cb..291d432 100644
--- a/manas/lib/app_globals.py
+++ b/manas/lib/app_globals.py
@@ -10,4 +10,5 @@ class Globals(object):
initialization and is available during requests via the 'g'
variable
"""
- pass
+ from manas.widgets import LatestIdeas
+ self.latest_ideas = LatestIdeas('latest_ideas')