Use absolute import of wtc in the unittest modules, instead of depending on them being run as __main__ and getting the folder on the sys.path by default.

This commit is contained in:
Robin Dunn
2016-06-30 16:49:19 -07:00
parent 63a8f2a6e7
commit bb01dc0d7f
297 changed files with 297 additions and 297 deletions

View File

@@ -1,5 +1,5 @@
import unittest
import wtc
from unittests import wtc
import wx
import wx.richtext