Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: tools/checkbins/checkbins.sh

Issue 347008: Fix checkbins.py to find pefile import instead of .bat/.sh wrappers. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tools/checkbins/checkbins.py ('K') | « tools/checkbins/checkbins.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checkbins/checkbins.sh
diff --git a/tools/checkbins/checkbins.sh b/tools/checkbins/checkbins.sh
index e0e3bd165a73d7533e0bdcc9261c3e9c82d620b1..ff7bc770e2a9de5924151c76428e8b5da8b826df 100755
--- a/tools/checkbins/checkbins.sh
+++ b/tools/checkbins/checkbins.sh
@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Include pefile in the path.
-PYTHONPATH="$(dirname $0)/../../third_party/pefile:$PYTHONPATH"
-export PYTHONPATH
python "$(dirname $0)/checkbins.py" "$@"
« tools/checkbins/checkbins.py ('K') | « tools/checkbins/checkbins.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698