Removed python path and python plugin functions

This commit is contained in:
Alekhya Reddy
2020-03-23 15:23:09 -07:00
parent 8e2b18ea1d
commit db253cdaf8
7 changed files with 3 additions and 127 deletions

View File

@@ -41,8 +41,7 @@ namespace Wox.Helper
public static string DependenciesInfo()
{
var info = $"\nPython Path: {Constant.PythonPath}" +
$"\nEverything SDK Path: {Constant.EverythingSDKPath}";
var info = $"\nEverything SDK Path: {Constant.EverythingSDKPath}";
return info;
}
}