Code cleanup: unused python vars & imports
Use frosted rather then pyflakes
This commit is contained in:
@@ -62,7 +62,7 @@ Sphinx: PDF generation
|
||||
|
||||
try:
|
||||
import bpy # blender module
|
||||
except:
|
||||
except ImportError:
|
||||
print("\nERROR: this script must run from inside Blender")
|
||||
print(SCRIPT_HELP_MSG)
|
||||
import sys
|
||||
|
Reference in New Issue
Block a user