Updated the sdl version so it is just as usable as the pygame version.

This commit is contained in:
CodePanter 2016-11-26 15:50:36 +01:00
parent 6e27713ace
commit 9678939aa0
2 changed files with 24 additions and 22 deletions

View file

@ -9,7 +9,7 @@ __version__ = 0.3
__author__ = "Jan Klopper <jan@underdark.nl>"
if __name__ == '__main__':
# avoid nasty eception on python closing time
# avoid nasty exception on python closing time
from gevent import spawn, monkey
monkey.patch_all()