Skip to content

Commit b57a8bc

Browse files
committed
Add in missing module, vtkRenderingFreeType
1 parent b0c183b commit b57a8bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Python/GeometricObjects/Planes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

44
# noinspection PyUnresolvedReferences
55
import vtkmodules.vtkInteractionStyle
66
# noinspection PyUnresolvedReferences
7+
import vtkmodules.vtkRenderingFreeType
8+
# noinspection PyUnresolvedReferences
79
import vtkmodules.vtkRenderingOpenGL2
810
from vtkmodules.vtkCommonColor import vtkNamedColors
911
from vtkmodules.vtkCommonDataModel import (

0 commit comments

Comments
 (0)