Kaydet (Commit) 38854bbb authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Merged revisions 83927 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83927 | antoine.pitrou | 2010-08-10 02:45:32 +0200 (mar., 10 août 2010) | 3 lines

  test_winsound shouldn't crash when ctypes isn't available
........
üst e647b476
......@@ -6,9 +6,9 @@ support.requires('audio')
import time
import os
import subprocess
import ctypes
winsound = support.import_module('winsound')
ctypes = support.import_module('ctypes')
import winreg
def has_sound(sound):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment