~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/apps/__init__.py

  • Committer: Martin Albisetti
  • Date: 2008-07-24 02:12:36 UTC
  • mto: (157.1.3 loggerhead)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: argentina@gmail.com-20080724021236-3jjbexoftlssajzr
Switched to Michael Hudson's improved version of fill_div

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'))