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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Hazevoet <jimhazevoet@gmail.com>2017-07-02 11:17:00 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-07-02 11:17:00 +0300
commit022c438f26ee9f6f3173b28794c6a271246f92e0 (patch)
tree463fb937dbb664ffb318f513c205143b767c9e09 /ant_landscape/utils.py
parentcca3d8189dd6b14336cadbc2cf5a1214196b9b8b (diff)
ant landscape: update/various fixes
Diffstat (limited to 'ant_landscape/utils.py')
-rw-r--r--ant_landscape/utils.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ant_landscape/utils.py b/ant_landscape/utils.py
index 595d5250..be8f1f29 100644
--- a/ant_landscape/utils.py
+++ b/ant_landscape/utils.py
@@ -1,7 +1,7 @@
numexpr_available=False
try:
- import numexpr
- numexpr_available=True
+ import numexpr
+ numexpr_available=True
except ImportError:
- pass
+ pass