diff options
author | crupest <crupest@outlook.com> | 2024-11-11 01:12:29 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2024-12-18 18:31:27 +0800 |
commit | eff33fcbc8e78b1cd15332c229cd39ae9befbe5e (patch) | |
tree | 1c83d262c79a15a06b5a02ce3276af0e8130c513 /tools/cru-py/cru/paths.py | |
parent | f35afa17a47fa8e0cafbff5956feab64adb503be (diff) | |
download | crupest-eff33fcbc8e78b1cd15332c229cd39ae9befbe5e.tar.gz crupest-eff33fcbc8e78b1cd15332c229cd39ae9befbe5e.tar.bz2 crupest-eff33fcbc8e78b1cd15332c229cd39ae9befbe5e.zip |
HALF WORK: 2024.11.11
Diffstat (limited to 'tools/cru-py/cru/paths.py')
-rw-r--r-- | tools/cru-py/cru/paths.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cru-py/cru/paths.py b/tools/cru-py/cru/paths.py index df5042b..937d2ac 100644 --- a/tools/cru-py/cru/paths.py +++ b/tools/cru-py/cru/paths.py @@ -1,5 +1,5 @@ -from pathlib import Path import os +from pathlib import Path from .excp import CruException |