From 7095f4766593cc2b55669b032d7de0fa13fcb4c7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 29 Jan 2015 15:35:06 +1100 Subject: cleanup: pep8 also remove empty class parenthesis --- source/blender/datatoc/datatoc_icon_split.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/datatoc/datatoc_icon_split.py b/source/blender/datatoc/datatoc_icon_split.py index 55f0a5c5f6a..aae907ec340 100755 --- a/source/blender/datatoc/datatoc_icon_split.py +++ b/source/blender/datatoc/datatoc_icon_split.py @@ -63,7 +63,7 @@ def image_from_file(filepath): try: import bpy - except: + except ImportError: bpy = None if bpy is not None: -- cgit v1.2.3