summaryrefslogtreecommitdiff
path: root/pecan/commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pecan/commands/__init__.py')
-rw-r--r--pecan/commands/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pecan/commands/__init__.py b/pecan/commands/__init__.py
index db5aafe..da02464 100644
--- a/pecan/commands/__init__.py
+++ b/pecan/commands/__init__.py
@@ -1,4 +1,4 @@
-from base import CommandRunner, BaseCommand # noqa
-from serve import ServeCommand # noqa
-from shell import ShellCommand # noqa
-from create import CreateCommand # noqa
+from .base import CommandRunner, BaseCommand # noqa
+from .serve import ServeCommand # noqa
+from .shell import ShellCommand # noqa
+from .create import CreateCommand # noqa