summaryrefslogtreecommitdiff
path: root/tools/updateicudata.py
diff options
context:
space:
mode:
authorFredrik Roubert <roubert@google.com>2016-10-21 14:54:01 +0200
committerFredrik Roubert <roubert@google.com>2017-01-19 17:27:59 +0100
commit1552c82aa3917569798864c7599f4a8395bdcbb8 (patch)
tree027b973b1bec03543a758a432dbb14d88fa6c59f /tools/updateicudata.py
parent22b47ef9ddf9e6a0c70a0fc411918f0ff5ba4f2d (diff)
downloadicu-1552c82aa3917569798864c7599f4a8395bdcbb8.tar.gz
Set the Python -B flag to inhibit the writing of .pyc files.
These scripts make modifications to the source tree, which can be committed with git commit -a if they don't also add spurious .pyc files. Test: Ran the scripts. Change-Id: I321de5745d1dd1f56e54de80ac62fd5ddfae04df
Diffstat (limited to 'tools/updateicudata.py')
-rwxr-xr-xtools/updateicudata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/updateicudata.py b/tools/updateicudata.py
index 67a280ca8..6e5954863 100755
--- a/tools/updateicudata.py
+++ b/tools/updateicudata.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -B
"""Regenerates ICU data files."""