Skip to content

Commit 04c5c5b

Browse files
committed
fix import for python3
1 parent 0828cfb commit 04c5c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/_rdsamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import sys
55
import requests
6-
from ConfigParser import ConfigParser
6+
from configparser import ConfigParser
77
# from distutils.sysconfig import get_python_lib
88

99
def checkrecordfiles(recordname, filedirectory):

0 commit comments

Comments
 (0)