summaryrefslogtreecommitdiff
path: root/src/caelestia/subcommands/toggle.py
diff options
context:
space:
mode:
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: