Cleanup: comments for is_path_builtin

Also reduce scope of import.
This commit is contained in:
Campbell Barton
2019-10-31 18:01:58 +11:00
parent 3252ef4aca
commit 2e2fd12a55
3 changed files with 17 additions and 7 deletions

View File

@@ -432,7 +432,7 @@ class FILEBROWSER_MT_view(Menu):
class FILEBROWSER_MT_select(Menu):
bl_label = "Select"
def draw(self, context):
def draw(self, _context):
layout = self.layout
layout.operator("file.select_all", text="All").action = 'SELECT'