diff --git a/unittests/test_lib_plot.py b/unittests/test_lib_plot.py index b6ad5c25..a2face6e 100644 --- a/unittests/test_lib_plot.py +++ b/unittests/test_lib_plot.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- import unittest -import wtc +from unittests import wtc import wx import wx.lib.plot as wxplot diff --git a/unittests/test_lib_throbber.py b/unittests/test_lib_throbber.py index 3bc2bbcd..1b673b6c 100644 --- a/unittests/test_lib_throbber.py +++ b/unittests/test_lib_throbber.py @@ -4,7 +4,7 @@ import wx import wx.lib.throbber as th -import throbImages +from unittests import throbImages #---------------------------------------------------------------------------