From 17690d70e29c05d21c6ae02076defc2536dbd632 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 27 Jun 2020 23:18:56 -0700 Subject: fix headerid plugin for newer python/pelican --- plugins/headerid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/headerid/__init__.py b/plugins/headerid/__init__.py index 423261c..b88e8e2 100644 --- a/plugins/headerid/__init__.py +++ b/plugins/headerid/__init__.py @@ -1 +1 @@ -from headerid import * \ No newline at end of file +from .headerid import * -- cgit v1.2.3