Fixed the android.mixer import.

This commit is contained in:
2013-01-23 22:48:51 -04:30
parent 298e9c9df4
commit a6e07dbb03
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ except ImportError:
try:
import pygame.mixer as mixer
except ImportError:
import android_mixer as mixer
import android.mixer as mixer
from state import BaseState, VALID_STATES
import actor