Fix improperly placed comment
This commit is contained in:
parent
12081d83ff
commit
603fad46f9
1 changed files with 1 additions and 2 deletions
3
main.pyw
3
main.pyw
|
@ -8,6 +8,7 @@ import tkinter
|
|||
from tkinter import filedialog
|
||||
|
||||
|
||||
# Hide Pygame "Hello world" stuff. Why does this require an envvar :/
|
||||
os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "1"
|
||||
import pygame
|
||||
from pygame.locals import *
|
||||
|
@ -280,8 +281,6 @@ class Tube:
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Hide Pygame "Hello world" stuff. Why does this require an envvar :/
|
||||
|
||||
# I use some not-great extreme shorthand in the main loop here:
|
||||
# c = config object
|
||||
# a = audio subsystem object
|
||||
|
|
Loading…
Add table
Reference in a new issue