Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

Commit 48b3639

Browse files
committed
Typo.
1 parent f796f99 commit 48b3639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chef/rsa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import six
22
import sys
33
from ctypes import *
4-
from ctypes.utils import find_library
4+
from ctypes.util import find_library
55

66
if sys.platform == 'win32' or sys.platform == 'cygwin':
77
_eay = CDLL('libeay32.dll')

0 commit comments

Comments
 (0)