소스 검색

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 *