Remove useless import.

This commit is contained in:
Walter Dörwald 2003-08-05 15:55:38 +00:00
parent b27cca6634
commit 5301d9c10d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import unittest, os, math
import unittest, os
from test import test_support
import warnings