Fix import pygame

This commit is contained in:
Ander
2015-01-22 11:58:15 +01:00
parent 50fe7b28dc
commit c6c5f64588

View File

@@ -1,3 +1,5 @@
import pygame
from base_screen import BaseScreen from base_screen import BaseScreen
from ..input import InputManager from ..input import InputManager