Added a missing import that was causing FormatText to fail.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
import sys
|
||||
import math
|
||||
|
||||
from _basic import Shape, ShapeRegion, ControlPoint, RectangleShape
|
||||
from _basic import Shape, ShapeRegion, ShapeTextLine, ControlPoint, RectangleShape
|
||||
from _oglmisc import *
|
||||
|
||||
# Line alignment flags
|
||||
|
Reference in New Issue
Block a user