Remove imp_unittest

This commit is contained in:
Robin Dunn
2016-05-07 18:53:47 -07:00
parent 04b0b3fe43
commit 4f38ee259d
309 changed files with 308 additions and 318 deletions

View File

@@ -16,7 +16,7 @@ root_dir = os.path.abspath(os.path.join(script_dir, ".."))
usage = "usage: %prog [options] name module"
unitteststub = """\
import imp_unittest, unittest
import unittest
import wtc
import wx