Ver código fonte

Allow headerid plugin to work with Python 3.5.3

Fixes getpelican/pelican-plugins#887
Abraham V 7 anos atrás
pai
commit
d8e4002ded
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

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