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 | 3d2ed6821112179743083364aac705c6e78c08b6 (patch) | |
tree | 1c83d262c79a15a06b5a02ce3276af0e8130c513 /tools/cru-py/cru/system.py | |
parent | 42e1406b2762f341e3c8f905278bf091cf972a84 (diff) | |
download | crupest-3d2ed6821112179743083364aac705c6e78c08b6.tar.gz crupest-3d2ed6821112179743083364aac705c6e78c08b6.tar.bz2 crupest-3d2ed6821112179743083364aac705c6e78c08b6.zip |
HALF WORK: 2024.11.11
Diffstat (limited to 'tools/cru-py/cru/system.py')
-rw-r--r-- | tools/cru-py/cru/system.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cru-py/cru/system.py b/tools/cru-py/cru/system.py index 2e05cd1..4c9de01 100644 --- a/tools/cru-py/cru/system.py +++ b/tools/cru-py/cru/system.py @@ -1,5 +1,5 @@ -import re import os.path +import re def check_debian_derivative_version(name: str) -> None | str: |