rust/hg-cpython/src/dirstate.rs
changeset 52298 db065b33fa56
parent 52050 ea0467ed76aa
--- a/rust/hg-cpython/src/dirstate.rs	Mon Nov 04 10:38:17 2024 +0100
+++ b/rust/hg-cpython/src/dirstate.rs	Mon Nov 04 11:00:58 2024 +0100
@@ -21,7 +21,7 @@
 };
 use cpython::{PyBytes, PyDict, PyList, PyModule, PyObject, PyResult, Python};
 use dirstate_map::{DirstateIdentity, DirstateMap};
-use hg::dirstate_tree::on_disk::V2_FORMAT_MARKER;
+use hg::dirstate::on_disk::V2_FORMAT_MARKER;
 
 /// Create the module, with `__package__` given from parent
 pub fn init_module(py: Python, package: &str) -> PyResult<PyModule> {