Sfoglia il codice sorgente

Allow headerid plugin to work with Python 3.5.3

Fixes getpelican/pelican-plugins#887
Abraham V 7 anni fa
parent
commit
d8e4002ded
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

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