From d33291fcc45f17b0bfa6c6021edc47f41f45e76f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 14 Nov 2009 13:35:44 +0000 Subject: used py error checking tools to fix some bugs & make pep8 corrections --- release/scripts/ui/properties_data_empty.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release/scripts/ui/properties_data_empty.py') diff --git a/release/scripts/ui/properties_data_empty.py b/release/scripts/ui/properties_data_empty.py index 225247dbc07..6963710a61f 100644 --- a/release/scripts/ui/properties_data_empty.py +++ b/release/scripts/ui/properties_data_empty.py @@ -21,6 +21,7 @@ import bpy narrowui = 180 + class DataButtonsPanel(bpy.types.Panel): bl_space_type = 'PROPERTIES' bl_region_type = 'WINDOW' -- cgit v1.2.3