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

@@ -6,7 +6,7 @@ import pygame
try:
import pygame.mixer as mixer
except ImportError:
import android_mixer as mixer
import android.mixer as mixer
class CachedAudioManager:
def __init__(self):