mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Missing import in processors
This commit is contained in:
parent
d489000c65
commit
a3f0ded146
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from operator import attrgetter
|
||||
from datetime import datetime
|
||||
import os
|
||||
|
||||
from pelican.utils import update_dict, copytree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue