~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches.py

  • Committer: Michael Hudson
  • Date: 2008-06-23 02:07:44 UTC
  • mfrom: (169 trunk)
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: michael.hudson@canonical.com-20080623020744-5zhppkqu3zarroeu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
1
2
from loggerhead.apps.filesystem import BranchesFromFileSystemRoot
2
3
from paste import httpserver
3
4
from paste.httpexceptions import make_middleware