Remove useless import.

This commit is contained in:
Walter Dörwald 2003-08-05 15:55:38 +00:00
parent b27cca6634
commit 5301d9c10d

View file

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