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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-06-27 15:28:11 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-06-27 15:30:17 +0400
commitc73505fb439d2c07380b66e2362231c42e513225 (patch)
tree2412ec1a27f3452e71f20d9bd243f5dcb266328f /extern/libmv
parent9bcb2e76034f130b2acfbd7bea1f0a92abcf1310 (diff)
Get rid of usage of non-existing module
Diffstat (limited to 'extern/libmv')
-rw-r--r--extern/libmv/third_party/ceres/SConscript2
-rwxr-xr-xextern/libmv/third_party/ceres/bundle.sh2
2 files changed, 0 insertions, 4 deletions
diff --git a/extern/libmv/third_party/ceres/SConscript b/extern/libmv/third_party/ceres/SConscript
index da7ec347478..573157cb770 100644
--- a/extern/libmv/third_party/ceres/SConscript
+++ b/extern/libmv/third_party/ceres/SConscript
@@ -7,8 +7,6 @@
import sys
import os
-from unordered_map import test_unordered_map
-
Import('env')
src = []
diff --git a/extern/libmv/third_party/ceres/bundle.sh b/extern/libmv/third_party/ceres/bundle.sh
index 9f19221a93c..e7239d9a823 100755
--- a/extern/libmv/third_party/ceres/bundle.sh
+++ b/extern/libmv/third_party/ceres/bundle.sh
@@ -209,8 +209,6 @@ cat > SConscript << EOF
import sys
import os
-from unordered_map import test_unordered_map
-
Import('env')
src = []