From 1b37e8728c654efe928b9bc028b2f4f5621a35ea Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 14 Mar 2010 10:45:50 +0000 Subject: Merged revisions 78093 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78093 | georg.brandl | 2010-02-07 18:03:15 +0100 (So, 07 Feb 2010) | 1 line Remove unused imports in test modules. ........ --- Lib/test/test_decimal.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_decimal.py') diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index d3035981dc..dada7332bf 100644 --- a/Lib/test/test_decimal.py +++ b/Lib/test/test_decimal.py @@ -24,7 +24,6 @@ you're working through IDLE, you can import this test module and call test_main( with the corresponding argument. """ -import glob import math import os, sys import pickle, copy -- cgit v1.2.1