From 9d99f4d8f5eb2e4654ba61132a5de3c7202f4805 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 19 Feb 2007 21:13:22 +0000 Subject: [PATCH] fix import git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/tests/TreeMixinTest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/tests/TreeMixinTest.py b/wxPython/tests/TreeMixinTest.py index e1dfa28c35..1d28991f66 100644 --- a/wxPython/tests/TreeMixinTest.py +++ b/wxPython/tests/TreeMixinTest.py @@ -1,4 +1,5 @@ -import wx, wx.gizmos, wx.lib.customtreectrl, unittest, treemixin +import wx, wx.gizmos, wx.lib.customtreectrl, unittest +from wx.lib.mixins import treemixin # VirtualTree tests