diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-15 22:14:17 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-15 22:14:17 +0100 |
| commit | 898e6cdf8df0993f853b748d4e8a9c269fad0294 (patch) | |
| tree | 484f02ce7fa3066cb0c1934d612b0e64ec46e3d5 /megapixels/commands/site | |
| parent | b1e7dc570fe25749a2e1b02c9e859df6588b4660 (diff) | |
inject applet payload
Diffstat (limited to 'megapixels/commands/site')
| -rw-r--r-- | megapixels/commands/site/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/commands/site/build.py b/megapixels/commands/site/build.py index fc4fb302..0a76a9ac 100644 --- a/megapixels/commands/site/build.py +++ b/megapixels/commands/site/build.py @@ -4,7 +4,7 @@ Build the static site import click -from app.builder.builder import build_site +from app.site.builder import build_site @click.command() @click.pass_context |
