[Bf-blender-cvs] [c73505f] master: Get rid of usage of non-existing module

Sergey Sharybin noreply at git.blender.org
Fri Jun 27 13:32:12 CEST 2014


Commit: c73505fb439d2c07380b66e2362231c42e513225
Author: Sergey Sharybin
Date:   Fri Jun 27 17:28:11 2014 +0600
https://developer.blender.org/rBc73505fb439d2c07380b66e2362231c42e513225

Get rid of usage of non-existing module

===================================================================

M	extern/libmv/third_party/ceres/SConscript
M	extern/libmv/third_party/ceres/bundle.sh

===================================================================

diff --git a/extern/libmv/third_party/ceres/SConscript b/extern/libmv/third_party/ceres/SConscript
index da7ec34..573157c 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 9f19221..e7239d9 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 = []




More information about the Bf-blender-cvs mailing list