mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 11:00:07 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user