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