From: Stefan Behnel Date: Tue, 6 Apr 2010 13:31:57 +0000 (+0200) Subject: fix import for 'coverage' 3.x X-Git-Tag: 0.13.beta0~244 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc3df835f06479d16b15afffe1cee3e0ebfbc5fc;p=cython.git fix import for 'coverage' 3.x --- diff --git a/runtests.py b/runtests.py index 02c478e7..8d9a38dc 100644 --- a/runtests.py +++ b/runtests.py @@ -806,7 +806,7 @@ if __name__ == '__main__': if not WITH_CYTHON: options.coverage = False else: - import coverage + from coverage import coverage coverage.erase() coverage.start()