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>2016-08-01 04:54:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-08-01 04:55:06 +0300
commita3ce64be5a828cbf8896be18b9c1060d5520bce8 (patch)
tree062bf09611f6a4b3fc179bd9b0f6a0cde14bd421 /build_files
parent83ebec73223448bb4f97f30dd930235431eb6516 (diff)
Cleanup: unused vars, imports, pep8
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/cmake/project_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/project_info.py b/build_files/cmake/project_info.py
index 897b2a53b35..deea844034c 100755
--- a/build_files/cmake/project_info.py
+++ b/build_files/cmake/project_info.py
@@ -39,7 +39,7 @@ __all__ = (
"is_py",
"cmake_advanced_info",
"cmake_compiler_defines",
- "project_name_get"
+ "project_name_get",
"init",
)