Cleanup: unused import

This commit is contained in:
Campbell Barton 2014-10-18 17:32:05 +02:00
parent 06cdc35a68
commit fc7752b53c

@ -26,8 +26,8 @@ from bpy.path import abspath
from bpy.app.handlers import persistent
from bpy_extras.object_utils import world_to_camera_view
from freestyle.types import StrokeShader, ChainingIterator, BinaryPredicate1D, Interface0DIterator, AdjacencyIterator
from freestyle.utils import getCurrentScene, get_dashed_pattern, get_test_stroke
from freestyle.types import StrokeShader, BinaryPredicate1D, Interface0DIterator
from freestyle.utils import get_dashed_pattern
from freestyle.functions import GetShapeF1D, CurveMaterialF0D
from itertools import dropwhile, repeat