Procházet zdrojové kódy

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

Allow headerid plugin to work with Python 3.5.3
Justin Mayer před 7 roky
rodič
revize
a9690c4886
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

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