Remove unused import

This commit is contained in:
Raymond Hettinger 2009-06-18 22:21:03 +00:00
parent c7d6aa43b7
commit 722d8c30a5

View file

@ -1,6 +1,6 @@
import unittest import unittest
from test import support from test import support
from contextlib import closing, nested from contextlib import closing
import gc import gc
import pickle import pickle
import select import select