Skip to content

Commit db2d000

Browse files
committed
Tidied up imports for pysdl2 example.
1 parent 74106b8 commit db2d000

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/pysdl2.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
import sys
1717
import sdl2
1818
import sdl2.ext
19-
import sdl2.sdlimage
20-
import sdl2.joystick
21-
import sdl2.video
22-
import sdl2.render
23-
import sdl2.sdlgfx
24-
import sdl2.sdlttf
2519

2620
from cefpython3 import cefpython as cef
2721
from PIL import Image

0 commit comments

Comments
 (0)