delete unnessary file

This commit is contained in:
wangxiao65 2020-11-02 14:13:18 +08:00
parent dcf5006fa3
commit 683ec4adf4

View File

@ -1 +0,0 @@
import sys, os; s = os.getenv('MPI_PYTHON2_SITEARCH'); s and (s in sys.path or sys.path.append(s))