2013-04-28 14:35:51 +00:00
|
|
|
# Copyright 2013 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-16 15:30:45 +00:00
|
|
|
from cocoa.inter import PySelectableList, PyColumns, PyTable
|
2010-01-19 11:28:15 +00:00
|
|
|
|
2012-05-30 16:10:56 +00:00
|
|
|
from inter.all import *
|
2012-01-16 15:30:45 +00:00
|
|
|
from inter.app_me import PyDupeGuru
|
2012-07-26 16:48:47 +00:00
|
|
|
|
|
|
|
# When built under virtualenv, the dependency collector misses this module, so we have to force it
|
|
|
|
# to see the module.
|
|
|
|
import distutils.sysconfig
|