@@ -23,7 +23,7 @@ from dulwich.objects import (
Blob,
)
from dulwich.tests import TestCase
-from utils import (
+from dulwich.tests.utils import (
make_object,
build_commit_graph,
@@ -56,7 +56,7 @@ from dulwich.objects import (
from dulwich.tests import (
TestCase,
make_commit,
functest_builder,
@@ -71,7 +71,7 @@ from dulwich.pack import (
build_pack,
@@ -28,7 +28,7 @@ from dulwich.objects import (
@@ -47,7 +47,7 @@ from dulwich.walk import (
_topo_reorder
F,