Selaa lähdekoodia

Allow headerid plugin to work with Python 3.5.3

Fixes getpelican/pelican-plugins#887
Abraham V 7 vuotta sitten
vanhempi
commit
d8e4002ded
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

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