Skip to content

Commit

Permalink
Update binpython.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLab committed Oct 31, 2023
1 parent e020d57 commit 4948322
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion binpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ def importpygame():
import pygame.locals
import pyglet
null = importpygame
import pyautogui
try:
import pyautogui
except:
pass
#warning for gui
except ImportError:
if libs_warning == "1":
Expand Down

0 comments on commit 4948322

Please sign in to comment.