|
@@ -30,7 +30,6 @@ import stat
|
|
import struct
|
|
import struct
|
|
import sys
|
|
import sys
|
|
import tempfile
|
|
import tempfile
|
|
-import warnings
|
|
|
|
|
|
|
|
from dulwich.index import (
|
|
from dulwich.index import (
|
|
Index,
|
|
Index,
|
|
@@ -64,9 +63,6 @@ from dulwich.tests import (
|
|
TestCase,
|
|
TestCase,
|
|
skipIf,
|
|
skipIf,
|
|
)
|
|
)
|
|
-from dulwich.tests.utils import (
|
|
|
|
- setup_warning_catcher,
|
|
|
|
-)
|
|
|
|
|
|
|
|
|
|
|
|
def can_symlink():
|
|
def can_symlink():
|