Parcourir la source

Allow headerid plugin to work with Python 3.5.3

Fixes getpelican/pelican-plugins#887
Abraham V il y a 7 ans
Parent
commit
d8e4002ded
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

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