Ignore:
Timestamp:
Feb 23, 2009, 8:23:04 PM (15 years ago)
Author:
Edward Z. Yang <edwardzyang@…>
Branches:
master, debian, mac, no-cups, web
Children:
4b9d354
Parents:
b748ed1
git-author:
Edward Z. Yang <edwardzyang@…> (02/23/09 20:23:04)
git-committer:
Edward Z. Yang <edwardzyang@…> (02/23/09 20:23:04)
Message:

Prettify.

Signed-off-by: Edward Z. Yang <edwardzyang@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-web/root.py

    r7f1e63c r1998d46  
    1818    @expose('sipbmp3web.templates.index')
    1919    def index(self):
    20         out = dict()
     20        out = dict(page="index")
    2121        out["volume"] = remctl("zygorthian-space-raiders.mit.edu", command=["v", "get"]).stdout
    2222        return out
     
    2424    @expose('sipbmp3web.templates.about')
    2525    def about(self):
    26         return dict()
     26        return dict(page="about")
    2727
Note: See TracChangeset for help on using the changeset viewer.