From fc6cd0846eae8c7f7a50e18b654b1f14f7b7840f Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Nov 2024 01:12:29 +0800 Subject: HALF WORK: 2024.1.19 --- tools/cru-py/cru/template.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/cru-py/cru/template.py') diff --git a/tools/cru-py/cru/template.py b/tools/cru-py/cru/template.py index 6e2cf24..eb8c8ab 100644 --- a/tools/cru-py/cru/template.py +++ b/tools/cru-py/cru/template.py @@ -4,8 +4,7 @@ import os.path from pathlib import Path from string import Template -from cru._path import CruPath - +from ._path import CruPath from ._iter import CruIterator from ._error import CruException -- cgit v1.2.3