1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Updated hscommon and adapted to changes in hscommon.gui.table.Table.refresh().

This commit is contained in:
Virgil Dupras
2010-11-24 16:12:10 +01:00
parent 6770d22438
commit 95efac187b
5 changed files with 5 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/bsd_license
from hsgui.tree import Tree, Node
from hscommon.gui.tree import Tree, Node
from ..directories import STATE_NORMAL, STATE_REFERENCE, STATE_EXCLUDED
from .base import GUIObject