2014-04-19 12:19:11 -04:00
|
|
|
# Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
|
2009-08-05 08:59:46 +00:00
|
|
|
#
|
2010-09-30 12:17:41 +02: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 12:17:41 +02:00
|
|
|
# http://www.hardcoded.net/licenses/bsd_license
|
2009-08-05 08:59:46 +00:00
|
|
|
|
2011-11-02 17:31:57 -04:00
|
|
|
from hscommon.trans import install_gettext_trans_under_cocoa
|
|
|
|
install_gettext_trans_under_cocoa()
|
2011-01-18 17:33:33 +01:00
|
|
|
|
2012-01-13 15:25:34 -05:00
|
|
|
from cocoa.inter import PySelectableList, PyColumns, PyTable
|
2009-06-01 09:55:11 +00:00
|
|
|
|
2012-05-30 12:10:56 -04:00
|
|
|
from inter.all import *
|
2012-07-26 12:48:47 -04:00
|
|
|
from inter.app_se import PyDupeGuru
|
|
|
|
|
|
|
|
# When built under virtualenv, the dependency collector misses this module, so we have to force it
|
|
|
|
# to see the module.
|
|
|
|
import distutils.sysconfig
|