From 4c19e2aee48069568020d4e923ba85a4ea599d15 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 31 Oct 2015 12:02:49 -0400 Subject: Try a different strategy for setting and testing output encodings --- coverage/python.py | 1 - 1 file changed, 1 deletion(-) (limited to 'coverage/python.py') diff --git a/coverage/python.py b/coverage/python.py index a4247ce6..4f589735 100644 --- a/coverage/python.py +++ b/coverage/python.py @@ -4,7 +4,6 @@ """Python source expertise for coverage.py""" import os.path -import sys import zipimport from coverage import env, files -- cgit v1.2.1