[platform] GeneralCommandLine usages migrated to new parent environment API (IDEA-118946)

This commit is contained in:
Roman Shevchenko
2015-09-14 20:03:59 +03:00
parent 28d9ee89a4
commit 853ed7247a
11 changed files with 42 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2014 JetBrains s.r.o.
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -166,7 +166,6 @@ public class SphinxBaseCommand {
}
}
cmd.setPassParentEnvironment(true);
setPythonIOEncoding(cmd.getEnvironment(), "utf-8");
setPythonUnbuffered(cmd.getEnvironment());
cmd.getEnvironment().put("PYCHARM_EP_DIST", "Sphinx");