Skip to content

Commit

Permalink
Merge pull request #3387 from gagath/optimize-taskspy-template
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer authored Sep 12, 2024
2 parents 4201256 + 2d375bc commit 84f2995
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pelican/tools/templates/tasks.py.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ import os
import shlex
import shutil
import sys
{% if github %}
import datetime
{% endif %}

from invoke import task
from invoke.main import program
{% if cloudfiles %}
from invoke.util import cd
{% endif %}
from pelican import main as pelican_main
from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer
from pelican.settings import DEFAULT_CONFIG, get_settings_from_file
Expand Down

0 comments on commit 84f2995

Please sign in to comment.