Explorar o código

Fix import of rmtree_ro.

Gary van der Merwe %!s(int64=10) %!d(string=hai) anos
pai
achega
d6326afae9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dulwich/tests/compat/test_client.py

+ 1 - 1
dulwich/tests/compat/test_client.py

@@ -62,7 +62,6 @@ from dulwich.tests import (
     )
 from dulwich.tests.utils import (
     skipIfPY3,
-    rmtree_ro,
     )
 from dulwich.tests.compat.utils import (
     CompatTestCase,
@@ -70,6 +69,7 @@ from dulwich.tests.compat.utils import (
     import_repo_to_dir,
     run_git_or_fail,
     _DEFAULT_GIT,
+    rmtree_ro,
     )