diff options
author | crupest <crupest@outlook.com> | 2024-11-11 01:12:29 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-01-19 12:46:54 +0800 |
commit | fc6cd0846eae8c7f7a50e18b654b1f14f7b7840f (patch) | |
tree | c0776129861a0147486790a565f8bd1a99d91d17 /tools/cru-py/cru/template.py | |
parent | 8aec96d57a109e13a6254c77261c74b949407b05 (diff) | |
download | crupest-fc6cd0846eae8c7f7a50e18b654b1f14f7b7840f.tar.gz crupest-fc6cd0846eae8c7f7a50e18b654b1f14f7b7840f.tar.bz2 crupest-fc6cd0846eae8c7f7a50e18b654b1f14f7b7840f.zip |
HALF WORK: 2024.1.19
Diffstat (limited to 'tools/cru-py/cru/template.py')
-rw-r--r-- | tools/cru-py/cru/template.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |