Explorar el Código

Allow headerid plugin to work with Python 3.5.3

Fixes getpelican/pelican-plugins#887
Abraham V hace 7 años
padre
commit
d8e4002ded
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

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