Skip to content

Commit df2f920

Browse files
committed
Fix module renames in ext __init__
1 parent 89c99fb commit df2f920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdl2/ext/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from .common import *
1515
from .draw import *
1616
from .bitmapfont import *
17-
from .font import *
18-
from .gui import *
17+
from .ttf import *
18+
from .uisystem import *
1919
from .msgbox import *
2020
from .image import *
2121
from .pixelaccess import *

0 commit comments

Comments
 (0)