Fix cycles python error introduced in revision 42138.

This commit is contained in:
Brecht Van Lommel 2011-11-24 21:14:48 +00:00
parent 8651e6fba7
commit 04d1971a66

@ -19,7 +19,8 @@
# <pep8 compliant>
import bpy
from bpy.props import (EnumProperty,
from bpy.props import (BoolProperty,
EnumProperty,
FloatProperty,
IntProperty,
PointerProperty)