]> granicus.if.org Git - python/commitdiff
Remove an unneeded import of 'warnings'.
authorBrett Cannon <bcannon@gmail.com>
Wed, 13 Dec 2006 22:31:37 +0000 (22:31 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 13 Dec 2006 22:31:37 +0000 (22:31 +0000)
Lib/test/test_compile.py

index a3f15bf6510c0fef69677987330ad76399a057fc..4cb619d338cb086376db84cf196aef7a8ae5fc21 100644 (file)
@@ -1,5 +1,4 @@
 import unittest
-import warnings
 import sys
 from test import test_support