Skip to content

Commit b884e79

Browse files
committed
fix import
1 parent 829815b commit b884e79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
'nose>=1.3.7',
5656
'numpy>=1.11.0',
5757
'matplotlib>=1.5.1',
58-
'cairocffi>=0.7.2'
58+
'cairocffi>=0.7.2',
59+
'configparser>=3.5.0'
5960
],
6061

6162
# List additional groups of dependencies here (e.g. development

wfdb/plotwfdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
from wfdb import readsignal
2+
import readsignal
33
import matplotlib.pyplot as plt
44

55

0 commit comments

Comments
 (0)