ソースを参照

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 *