Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-08-11 10:48:26 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:00:36 +0300
commit498af11d7ac5d0348825dc7e823a66a490b48df2 (patch)
tree4e52b2c6e05b626a7e0d49169e1b386913b6417f /tools
parentf7f442f46fcd61b306f2a7c5cadb781b3e89fdb3 (diff)
Do not generate python pyc files
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unix/generate_drules.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/unix/generate_drules.sh b/tools/unix/generate_drules.sh
index 586316ed3f..173c25e292 100755
--- a/tools/unix/generate_drules.sh
+++ b/tools/unix/generate_drules.sh
@@ -1,6 +1,8 @@
#!/bin/bash
set -e -u -x
+export PYTHONDONTWRITEBYTECODE=1
+
function BuildDrawingRules() {
styleName=$1
suffix=$2