mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #3387 from gagath/optimize-taskspy-template
This commit is contained in:
commit
84f2995b38
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue