1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Import installed combotreebox instead of thirdparty/.
See debian/copyright.
Author: Nicolas Boulenguez <nicolas@debian.org>
Forwarded: not-needed
--- a/taskcoachlib/gui/dialog/entry.py
+++ b/taskcoachlib/gui/dialog/entry.py
@@ -22,7 +22,7 @@
from taskcoachlib.domain import date
from taskcoachlib.gui import artprovider
from taskcoachlib.i18n import _
-from taskcoachlib.thirdparty import combotreebox
+from wx.lib import combotreebox
import datetime
from wx.lib import newevent
import wx
|