Commit fc3df835 authored by Stefan Behnel's avatar Stefan Behnel

fix import for 'coverage' 3.x

parent 35895445
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment