~ubuntu-branches/ubuntu/quantal/dulwich/quantal

« back to all changes in this revision

Viewing changes to dulwich/tests/compat/test_web.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-04-12 22:18:19 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110412221819-xmoseax1zcc1r4u0
Tags: 0.7.1-1
* Add missing Breaks: field to python-dulwich.
* Switch to debhelper 7, drop cdbs.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    ShutdownServerMixIn,
44
44
    NoSideBand64kReceivePackHandler,
45
45
    )
46
 
from dulwich.utils import (
 
46
from dulwich.tests.compat.utils import (
47
47
    CompatTestCase,
48
48
    )
49
49