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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-11-29 10:00:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-29 10:05:41 +0300
commitad7fb1c028433621a9f71ab01bbda2ca827ffe74 (patch)
tree864e0da811c59d04009f7f61ed2b170cd80dac6d /release/scripts/modules/bl_i18n_utils
parentc17c6557b4ea4bfeb4528b74703795798aedaa66 (diff)
Cleanup: Python imports
Split over lines to diff more easily.
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils')
-rwxr-xr-xrelease/scripts/modules/bl_i18n_utils/merge_po.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/merge_po.py b/release/scripts/modules/bl_i18n_utils/merge_po.py
index 2fda42199bb..ecb26123999 100755
--- a/release/scripts/modules/bl_i18n_utils/merge_po.py
+++ b/release/scripts/modules/bl_i18n_utils/merge_po.py
@@ -35,9 +35,9 @@ if __package__ is None:
import utils
else:
from . import (
- settings,
- utils,
- )
+ settings,
+ utils,
+ )
# XXX This is a quick hack to make it work with new I18n... objects! To be reworked!