Browse Source

Allow headerid plugin to work with Python 3.5.3

Fixes getpelican/pelican-plugins#887
Abraham V 7 years ago
parent
commit
d8e4002ded
1 changed files with 1 additions and 1 deletions
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

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