commit | bfa2f95c063508be8903c84d31156a4d78c5abcb | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Sun Mar 10 19:53:10 2019 +0100 |
committer | Michael W <baddaemon87@gmail.com> | Sun Mar 10 19:53:10 2019 +0100 |
tree | df73e082ec58cff0de33e21b3b06cc4f7df81e8c | |
parent | 2ae056213e6e920149a3ed4807aa74e1e20eef5e [diff] [blame] |
crowdin: Add missing import * Forgot "re", will result in an error when trying to download from crowdin Change-Id: I8c04f002560d0da38260608f85d574be05046741
diff --git a/crowdin_sync.py b/crowdin_sync.py index 34c83e0..d191af1 100755 --- a/crowdin_sync.py +++ b/crowdin_sync.py
@@ -28,6 +28,7 @@ import json import git import os +import re import subprocess import sys import yaml