first working cross platform build
This commit is contained in:
parent
238722a64a
commit
a9ac39357f
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
from pathlib import Path
|
||||
import pty
|
||||
import threading
|
||||
import time
|
||||
import os
|
||||
|
|
@ -12,6 +11,9 @@ import psutil
|
|||
import subprocess
|
||||
import getpass
|
||||
|
||||
if (os.name != "nt"):
|
||||
import pty
|
||||
|
||||
os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "1"
|
||||
import pygame
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue