Skip to content

Commit 1bc30cb

Browse files
committed
Remove _window from default imports
1 parent 07b6822 commit 1bc30cb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src_py/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,6 @@ def Overlay(format, size): # pylint: disable=unused-argument
340340
except (ImportError, OSError):
341341
pass
342342

343-
try:
344-
import pygame._window
345-
except (ImportError, OSError):
346-
system = MissingModule("_window", urgent=1)
347-
348343

349344
def packager_imports():
350345
"""some additional imports that py2app/py2exe will want to see"""

0 commit comments

Comments
 (0)