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

@@ -1,5 +1,5 @@
import sys
import imp_unittest, unittest, wtc
import unittest, wtc
import wx
##import os; print 'PID:', os.getpid(); raw_input('Ready to start, press enter...')