mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
0ba86c31f4
commit
a5f9faaa5d
@ -277,7 +277,7 @@ def test_openssl():
|
|||||||
def test_crt():
|
def test_crt():
|
||||||
from ctypes.util import find_msvcrt
|
from ctypes.util import find_msvcrt
|
||||||
if not find_msvcrt():
|
if not find_msvcrt():
|
||||||
raise SystemExit('find_msvcrt() failed')
|
raise ValueError('find_msvcrt() failed')
|
||||||
fprint('CRT OK!')
|
fprint('CRT OK!')
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user