bugfix [#26094] Going to Bone Roll menu brings up python error

also correct for pep8 warnings.
This commit is contained in:
Campbell Barton
2011-02-16 02:25:03 +00:00
parent 78c135d93e
commit fee5363912
15 changed files with 38 additions and 44 deletions

View File

@@ -62,11 +62,6 @@ def source_list(path, filename_check=None):
# extension checking
def is_c_header(filename):
ext = splitext(filename)[1]
return (ext in (".h", ".hpp", ".hxx"))
def is_cmake(filename):
ext = splitext(filename)[1]
return (ext == ".cmake") or (filename == "CMakeLists.txt")