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/toggle.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/toggle.py (renamed from src/subcommands/toggle.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subcommands/toggle.py b/src/caelestia/subcommands/toggle.py index e293669..2122910 100644 --- a/src/subcommands/toggle.py +++ b/src/caelestia/subcommands/toggle.py @@ -1,6 +1,6 @@ from argparse import Namespace -from utils import hypr +from caelestia.utils import hypr class Command: |