got pygame working on windows, so we no longer need this windows check

This commit is contained in:
Marcos Pinto 2008-07-27 03:52:07 +00:00
commit 9f69cccd02

View file

@ -87,7 +87,6 @@ class Notification:
def sound(self):
"""plays a sound when a torrent finishes"""
if not deluge.common.windows_check():
try:
import pygame
except: