~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/apps/__init__.py

  • Committer: Martin Albisetti
  • Author(s): Jelmer Vernooij
  • Date: 2008-08-06 19:13:30 UTC
  • mfrom: (197.1.8 pathargs)
  • Revision ID: argentina@gmail.com-20080806191330-hz75hnm5oayg1xtr
Adds simple arguments for overriding paths used by loggerhead (pidfile, configfile, log-folder).

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