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>2011-06-21 21:17:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-21 21:17:51 +0400
commiteaae38551f19a06c903c8beadbcaad9453b81b49 (patch)
tree74494e7bff6983641b0cca421732b3ab765dd205 /build_files/cmake/cmake_consistency_check.py
parentd33b63c5d85db9a8632a3571048f2fcbf713740d (diff)
pep8 compliance
Diffstat (limited to 'build_files/cmake/cmake_consistency_check.py')
-rwxr-xr-xbuild_files/cmake/cmake_consistency_check.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/build_files/cmake/cmake_consistency_check.py b/build_files/cmake/cmake_consistency_check.py
index 9a5e3553ea2..ebcc75ade2b 100755
--- a/build_files/cmake/cmake_consistency_check.py
+++ b/build_files/cmake/cmake_consistency_check.py
@@ -32,7 +32,7 @@ IGNORE = (
"/decimation/intern/future/",
"/TerraplayNetwork/",
"/ik_glut_test/",
-
+
# specific source files
"extern/Eigen2/Eigen/src/Cholesky/CholeskyInstantiations.cpp",
"extern/Eigen2/Eigen/src/Core/CoreInstantiations.cpp",
@@ -65,10 +65,7 @@ IGNORE = (
"extern/eltopo/common/meshes/meshloader.h",
"extern/eltopo/eltopo3d/broadphase_blenderbvh.h"
)
-
-
-
import os
from os.path import join, dirname, normpath, abspath, splitext