~ubuntu-branches/ubuntu/vivid/dulwich/vivid-proposed

« back to all changes in this revision

Viewing changes to dulwich/tests/test_missing_obj_finder.py

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-04-23 01:41:04 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20140423014104-nulhaisomztpfriy
Tags: 0.9.6-1
* New upstream release.
* Allow output to stderr in autopktest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    Blob,
24
24
    )
25
25
from dulwich.tests import TestCase
26
 
from utils import (
 
26
from dulwich.tests.utils import (
27
27
    make_object,
28
28
    build_commit_graph,
29
29
    )