Fix import

This commit is contained in:
Robin Dunn
2016-07-29 19:53:15 -07:00
parent 9b0399cfa5
commit 11a81ee9e4

View File

@@ -78,7 +78,7 @@ if __name__ == '__main__':
unitteststub = """\
import unittest
import wtc
from unittests import wtc
import wx
#---------------------------------------------------------------------------