Changeset 1998d46 for gutenbach-web/root.py
- Timestamp:
- Feb 23, 2009, 8:23:04 PM (16 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach-web/root.py
r7f1e63c r1998d46 18 18 @expose('sipbmp3web.templates.index') 19 19 def index(self): 20 out = dict( )20 out = dict(page="index") 21 21 out["volume"] = remctl("zygorthian-space-raiders.mit.edu", command=["v", "get"]).stdout 22 22 return out … … 24 24 @expose('sipbmp3web.templates.about') 25 25 def about(self): 26 return dict( )26 return dict(page="about") 27 27
Note: See TracChangeset
for help on using the changeset viewer.