]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - tests/test_fuse.py
Clean up smoketest and pytests.
[bcachefs-tools-debian] / tests / test_fuse.py
index 69c512e914fdd95fd30c21752eeb82f523abefd8..48288e6a9f43bf8677e5ef7c41c218eb7ecb5d06 100644 (file)
@@ -4,7 +4,7 @@
 
 import pytest
 import os
-import util
+from tests import util
 
 pytestmark = pytest.mark.skipif(
     not util.have_fuse(), reason="bcachefs not built with fuse support.")