aboutsummaryrefslogtreecommitdiff
path: root/tools/cru-py/cru/paths.py
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-11-11 01:12:29 +0800
committerYuqian Yang <crupest@crupest.life>2024-12-18 18:31:27 +0800
commit3d2ed6821112179743083364aac705c6e78c08b6 (patch)
tree1c83d262c79a15a06b5a02ce3276af0e8130c513 /tools/cru-py/cru/paths.py
parent42e1406b2762f341e3c8f905278bf091cf972a84 (diff)
downloadcrupest-3d2ed6821112179743083364aac705c6e78c08b6.tar.gz
crupest-3d2ed6821112179743083364aac705c6e78c08b6.tar.bz2
crupest-3d2ed6821112179743083364aac705c6e78c08b6.zip
HALF WORK: 2024.11.11
Diffstat (limited to 'tools/cru-py/cru/paths.py')
-rw-r--r--tools/cru-py/cru/paths.py2
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