~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to wsgitest.py

  • Committer: Michael Hudson
  • Date: 2008-06-18 01:08:59 UTC
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: michael.hudson@canonical.com-20080618010859-euunmral6tiuioxh
create loggerhead.apps package, move branch app in there

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import cgi, os, tempfile
2
2
from bzrlib import branch, errors
3
3
from loggerhead.history import History
4
 
from loggerhead.wsgiapp import BranchWSGIApp, static_app
 
4
from loggerhead.apps.branch import BranchWSGIApp, static_app
5
5
from paste.request import path_info_pop
6
6
from paste.wsgiwrappers import WSGIRequest, WSGIResponse
7
7
from paste import httpexceptions