浏览代码

Remove unused import

Adrien Ferrand 6 年之前
父节点
当前提交
7b43a82774
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      nsist/copymodules.py

+ 0 - 1
nsist/copymodules.py

@@ -7,7 +7,6 @@ import sys
 import tempfile
 import tempfile
 import zipfile, zipimport
 import zipfile, zipimport
 import fnmatch
 import fnmatch
-import pkg_resources
 from functools import partial
 from functools import partial
 
 
 from .util import normalize_path
 from .util import normalize_path