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

Moved the 'markable' unit from hscommon to core.

This commit is contained in:
Virgil Dupras
2011-09-22 11:55:31 -04:00
parent abe25d6967
commit 01731a8277
3 changed files with 262 additions and 2 deletions

View File

@@ -12,13 +12,14 @@ import os
import os.path as op
from xml.etree import ElementTree as ET
from . import engine
from jobprogress.job import nulljob
from hscommon.conflict import get_conflicted_name
from hscommon.markable import Markable
from hscommon.util import flatten, nonone, FileOrPath, format_size
from hscommon.trans import tr
from . import engine
from .markable import Markable
class Results(Markable):
#---Override
def __init__(self, app):