mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Centralized version information in core_* package so that they only live at one place (instead of several).
--HG-- rename : cocoa/me/Info.plist => cocoa/me/InfoTemplate.plist rename : cocoa/pe/Info.plist => cocoa/pe/InfoTemplate.plist rename : cocoa/se/Info.plist => cocoa/se/InfoTemplate.plist
This commit is contained in:
@@ -14,8 +14,7 @@ from PyQt4.QtGui import QImage, QImageReader
|
||||
from hscommon.util import get_file_ext
|
||||
|
||||
from core import fs
|
||||
from core_pe import data as data_pe
|
||||
from core_pe.cache import Cache
|
||||
from core_pe import data as data_pe, __version__
|
||||
from core_pe.scanner import ScannerPE
|
||||
|
||||
from ..base.app import DupeGuru as DupeGuruBase
|
||||
@@ -60,7 +59,7 @@ class DupeGuru(DupeGuruBase):
|
||||
EDITION = 'pe'
|
||||
LOGO_NAME = 'logo_pe'
|
||||
NAME = 'dupeGuru Picture Edition'
|
||||
VERSION = '1.11.3'
|
||||
VERSION = __version__
|
||||
DELTA_COLUMNS = frozenset([2, 5])
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user