Explorar o código

Merge pull request #888 from abrahamvarricatt/headerid-fix-py3

Allow headerid plugin to work with Python 3.5.3
Justin Mayer %!s(int64=7) %!d(string=hai) anos
pai
achega
a9690c4886
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

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