浏览代码

Allow headerid plugin to work with Python 3.5.3

Fixes getpelican/pelican-plugins#887
Abraham V 7 年之前
父节点
当前提交
d8e4002ded
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

@@ -1 +1 @@
-from headerid import *
+from .headerid import *