2012-03-15 18:28:40 +00:00
|
|
|
# Copyright 2012 Hardcoded Software (http://www.hardcoded.net)
|
2009-08-05 08:59:46 +00:00
|
|
|
#
|
2010-09-30 10:17:41 +00:00
|
|
|
# This software is licensed under the "BSD" License as described in the "LICENSE" file,
|
2009-08-05 08:59:46 +00:00
|
|
|
# which should be included with this package. The terms are also available at
|
2010-09-30 10:17:41 +00:00
|
|
|
# http://www.hardcoded.net/licenses/bsd_license
|
2009-08-05 08:59:46 +00:00
|
|
|
|
2011-11-02 21:31:57 +00:00
|
|
|
from hscommon.trans import install_gettext_trans_under_cocoa
|
|
|
|
install_gettext_trans_under_cocoa()
|
2011-01-18 16:33:33 +00:00
|
|
|
|
2012-01-13 20:25:34 +00:00
|
|
|
from cocoa.inter import PySelectableList, PyColumns, PyTable
|
2009-06-01 09:55:11 +00:00
|
|
|
|
2011-09-21 20:02:13 +00:00
|
|
|
from inter.details_panel import PyDetailsPanel
|
|
|
|
from inter.directory_outline import PyDirectoryOutline
|
|
|
|
from inter.prioritize_dialog import PyPrioritizeDialog
|
2012-01-12 22:40:23 +00:00
|
|
|
from inter.prioritize_list import PyPrioritizeList
|
2011-09-21 20:02:13 +00:00
|
|
|
from inter.problem_dialog import PyProblemDialog
|
2012-03-14 16:47:21 +00:00
|
|
|
from inter.ignore_list_dialog import PyIgnoreListDialog
|
2011-09-21 20:02:13 +00:00
|
|
|
from inter.result_table import PyResultTable
|
|
|
|
from inter.stats_label import PyStatsLabel
|
2012-01-13 19:43:43 +00:00
|
|
|
from inter.app_se import PyDupeGuru
|