aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-10-02 12:09:57 -0500
committerJesús <heckyel@hyperbola.info>2020-10-02 12:09:57 -0500
commitb49d21c9841ec5b4d3f7a93cd6db6acbbcc77c3f (patch)
tree8e19e7caeedfa0cd731bae414773eb58dcbf101e
parent3304bab3d5fc7e102822ea62002d51a988b2ba60 (diff)
downloadcl-b49d21c9841ec5b4d3f7a93cd6db6acbbcc77c3f.tar.lz
cl-b49d21c9841ec5b4d3f7a93cd6db6acbbcc77c3f.tar.xz
cl-b49d21c9841ec5b4d3f7a93cd6db6acbbcc77c3f.zip
pelican_comments.py: Fix import signals
-rw-r--r--plugins/pelican_comments/pelican_comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pelican_comments/pelican_comments.py b/plugins/pelican_comments/pelican_comments.py
index 66edcd4..8508ac5 100644
--- a/plugins/pelican_comments/pelican_comments.py
+++ b/plugins/pelican_comments/pelican_comments.py
@@ -7,7 +7,7 @@ import sys
import collections
import hashlib # libravatar
-import pelican.signals as signals
+from pelican import signals
# import pelican.generators as generators
import pelican.readers as readers