no need to import 2 modules in gajim.py

This commit is contained in:
Nikos Kouremenos 2006-10-07 12:56:21 +00:00
parent db177b7f8f
commit 7d525a35f4

View file

@ -72,8 +72,6 @@ except exceptions.PysqliteNotAvailable, e:
if os.name == 'nt': if os.name == 'nt':
try: try:
import winsound # windows-only built-in module for playing wav import winsound # windows-only built-in module for playing wav
import win32api
import win32con
except: except:
pritext = _('Gajim needs pywin32 to run') pritext = _('Gajim needs pywin32 to run')
sectext = _('Please make sure that Pywin32 is installed on your system. You can get it at %s') % 'http://sourceforge.net/project/showfiles.php?group_id=78018' sectext = _('Please make sure that Pywin32 is installed on your system. You can get it at %s') % 'http://sourceforge.net/project/showfiles.php?group_id=78018'