ソースを参照

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

Allow headerid plugin to work with Python 3.5.3
Justin Mayer 7 年 前
コミット
a9690c4886
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      headerid/__init__.py

+ 1 - 1
headerid/__init__.py

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