Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
legnaleurc committed Dec 28, 2023
1 parent 91715b8 commit cc96617
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drive/app/normalize.py → drive/app/unstable/uniname.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import unicodedata
import sys

from .lib import create_default_drive
from ..lib import create_default_drive


async def main():
Expand Down
3 changes: 0 additions & 3 deletions drive/normalize.sh

This file was deleted.

3 changes: 3 additions & 0 deletions drive/uniname.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/sh

poetry run -- python3 -m app.unstable.uniname "$@"

0 comments on commit cc96617

Please sign in to comment.