From: Brett Cannon Date: Wed, 13 Dec 2006 22:31:37 +0000 (+0000) Subject: Remove an unneeded import of 'warnings'. X-Git-Tag: v2.6a1~2374 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=905820ccba901b2b76ae8e27b63d0e242b3b7553;p=thirdparty%2FPython%2Fcpython.git Remove an unneeded import of 'warnings'. --- diff --git a/Lib/test/test_compile.py b/Lib/test/test_compile.py index a3f15bf6510c..4cb619d338cb 100644 --- a/Lib/test/test_compile.py +++ b/Lib/test/test_compile.py @@ -1,5 +1,4 @@ import unittest -import warnings import sys from test import test_support