From cc9661758cfe011912a13496b249ba01afea107c Mon Sep 17 00:00:00 2001 From: Wei-Cheng Pan Date: Thu, 28 Dec 2023 13:33:46 +0900 Subject: [PATCH] update --- drive/app/{normalize.py => unstable/uniname.py} | 2 +- drive/normalize.sh | 3 --- drive/uniname.sh | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) rename drive/app/{normalize.py => unstable/uniname.py} (95%) delete mode 100755 drive/normalize.sh create mode 100755 drive/uniname.sh diff --git a/drive/app/normalize.py b/drive/app/unstable/uniname.py similarity index 95% rename from drive/app/normalize.py rename to drive/app/unstable/uniname.py index cbf738ea..fca14960 100755 --- a/drive/app/normalize.py +++ b/drive/app/unstable/uniname.py @@ -4,7 +4,7 @@ import unicodedata import sys -from .lib import create_default_drive +from ..lib import create_default_drive async def main(): diff --git a/drive/normalize.sh b/drive/normalize.sh deleted file mode 100755 index e71cc4bf..00000000 --- a/drive/normalize.sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -poetry run -- python3 -m app.normalize "$@" diff --git a/drive/uniname.sh b/drive/uniname.sh new file mode 100755 index 00000000..4f96aed1 --- /dev/null +++ b/drive/uniname.sh @@ -0,0 +1,3 @@ +#! /bin/sh + +poetry run -- python3 -m app.unstable.uniname "$@"