~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/apps/__init__.py

  • Committer: Martin Albisetti
  • Date: 2008-08-20 22:11:54 UTC
  • mto: This revision was merged to the branch mainline in revision 218.
  • Revision ID: argentina@gmail.com-20080820221154-qxxgkd06k0b4a2wg
Add --prefix option for hosts

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
static_app = urlparser.make_static(None, static)
11
11
 
12
12
favicon_app = fileapp.FileApp(os.path.join(static, 'images', 'favicon.ico'))
13
 
robots_app = fileapp.FileApp(os.path.join(static, 'robots.txt'))