Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
caleb
/
pelican-plugins
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Allow headerid plugin to work with Python 3.5.3
Fixes getpelican/pelican-plugins#887
Abraham V
hace 8 años
padre
e36d633d24
commit
d8e4002ded
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
headerid/__init__.py
+ 1
- 1
headerid/__init__.py
Ver fichero
@@ -1 +1 @@
-from headerid import *
+from
.
headerid import *