diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 00:41:05 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 00:41:05 +1000 |
| commit | f663e6f6908a9dfb05ac22e867e726c1bf6f0960 (patch) | |
| tree | 4e9a8eaf275a2e145c6384964cdc5f351b49b924 /src/caelestia/subcommands/shell.py | |
| parent | feat: impl workspace-action command (diff) | |
| download | caelestia-cli-f663e6f6908a9dfb05ac22e867e726c1bf6f0960.tar.gz caelestia-cli-f663e6f6908a9dfb05ac22e867e726c1bf6f0960.tar.bz2 caelestia-cli-f663e6f6908a9dfb05ac22e867e726c1bf6f0960.zip | |
internal: refactor for packaging
Package using python-build, python-installer and hatch
Diffstat (limited to '')
| -rw-r--r-- | src/caelestia/subcommands/shell.py (renamed from src/subcommands/shell.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subcommands/shell.py b/src/caelestia/subcommands/shell.py index 6802dc8..2d8d14e 100644 --- a/src/subcommands/shell.py +++ b/src/caelestia/subcommands/shell.py @@ -1,7 +1,7 @@ import subprocess from argparse import Namespace -import data +from caelestia import data class Command: |