diff options
Diffstat (limited to 'Lib/test/test_wmi.py')
-rw-r--r-- | Lib/test/test_wmi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_wmi.py b/Lib/test/test_wmi.py index 3f57959..3445702 100644 --- a/Lib/test/test_wmi.py +++ b/Lib/test/test_wmi.py @@ -1,7 +1,6 @@ # Test the internal _wmi module on Windows # This is used by the platform module, and potentially others -import sys import unittest from test.support import import_helper, requires_resource |