瀏覽代碼

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 *