~jelmer/dulwich/lp-pqm

« back to all changes in this revision

Viewing changes to dulwich/tests/__init__.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-10 15:29:16 UTC
  • mfrom: (426.1.1 lp-pqm)
  • Revision ID: launchpad@pqm.canonical.com-20110810152916-2ivg8kq9gdwd7gr5
[rs=jelmer] Update to upstream 930.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        'protocol',
96
96
        'repository',
97
97
        'server',
 
98
        'walk',
98
99
        'web',
99
100
        ]
100
101
    module_names = ['dulwich.tests.test_' + name for name in names]