~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/apps/__init__.py

  • Committer: Michael Hudson
  • Date: 2008-06-18 01:28:39 UTC
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: michael.hudson@canonical.com-20080618012839-oy1y3ctr1ftfu908
more jiggery

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
 
2
 
 
3
 
 
4
static = os.path.join(
 
5
    os.path.dirname(os.path.dirname(__file__)), 'static')
 
6
 
 
7
static_app = urlparser.make_static(None, static)
 
8