summaryrefslogtreecommitdiff
path: root/pecan/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'pecan/deploy.py')
-rw-r--r--pecan/deploy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pecan/deploy.py b/pecan/deploy.py
index 08019f9..be6b359 100644
--- a/pecan/deploy.py
+++ b/pecan/deploy.py
@@ -1,4 +1,4 @@
-from core import load_app
+from .core import load_app
def deploy(config):