~mnordhoff/loggerhead/cheezum

« back to all changes in this revision

Viewing changes to loggerhead/tests/test_simple.py

  • Committer: Guillermo Gonzalez
  • Date: 2008-09-10 00:13:18 UTC
  • mfrom: (164.18.29 trunk)
  • mto: (164.35.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 242.
  • Revision ID: guillo.gonzo@gmail.com-20080910001318-78w16x9zl9p7f1k3
 * merge with trunk 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import cgi
2
 
import unittest
3
2
import os
4
3
import tempfile
5
4
import shutil
9
8
import bzrlib.osutils
10
9
from configobj import ConfigObj
11
10
 
12
 
from loggerhead.history import History
13
11
from loggerhead.apps.branch import BranchWSGIApp
14
12
from paste.fixture import TestApp
15
13