Add missing import.

This commit is contained in:
Georg Brandl 2010-02-06 23:12:12 +00:00
parent 28d4f9e668
commit d1fa76e742

View file

@ -8,6 +8,7 @@ import unittest
import sys
import test
import os
import shutil
from copy import copy, deepcopy
from test.test_support import run_unittest, TESTFN