no need to import winsound in gajim.py

This commit is contained in:
Yann Leboulanger 2005-09-13 10:51:56 +00:00
parent 606b14a862
commit 596e9fe4fc
1 changed files with 0 additions and 5 deletions

View File

@ -97,11 +97,6 @@ if profile:
parser = optparser.OptionsParser(config_filename)
try:
import winsound # windows-only built-in module for playing wav
except ImportError:
pass
class Contact:
'''Information concerning each contact'''
def __init__(self, jid='', name='', groups=[], show='', status='', sub='',\