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

@@ -12,7 +12,7 @@ except ImportError:
try:
import pygame.mixer as mixer
except ImportError:
import android_mixer as mixer
import android.mixer as mixer
import database
from game import Game