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

@@ -9,7 +9,7 @@ disabled, as it is more rigorous for testing purposes.
"""
import unittest
import wtc
from unittests import wtc
from wx.lib.pubsub.core import getListenerID