pep8 edits and remove commented code from last commit.
This commit is contained in:
@@ -78,7 +78,7 @@ def is_svn_file(filename):
|
||||
|
||||
|
||||
def is_project_file(filename):
|
||||
return (is_c_any(filename) or is_cmake(filename)) # and is_svn_file(filename)
|
||||
return (is_c_any(filename) or is_cmake(filename)) # and is_svn_file(filename)
|
||||
|
||||
|
||||
def cmake_advanced_info():
|
||||
@@ -185,7 +185,6 @@ def main():
|
||||
includes = list(set(includes) | set(dirname(f) for f in files_rel if is_c_header(f)))
|
||||
includes.sort()
|
||||
|
||||
|
||||
PROJECT_NAME = "Blender"
|
||||
f = open(join(base, "%s.files" % PROJECT_NAME), 'w')
|
||||
f.write("\n".join(files_rel))
|
||||
|
||||
Reference in New Issue
Block a user