2015-01-03 16:30:57 -05:00
|
|
|
# Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
|
2009-08-05 08:59:46 +00:00
|
|
|
#
|
2015-01-03 16:33:16 -05:00
|
|
|
# This software is licensed under the "GPLv3" 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
|
2015-01-03 16:33:16 -05:00
|
|
|
# http://www.gnu.org/licenses/gpl-3.0.html
|
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-16 10:30:45 -05:00
|
|
|
from cocoa.inter import PySelectableList, PyColumns, PyTable
|
2010-01-19 12:28:15 +01:00
|
|
|
|
2012-05-30 12:10:56 -04:00
|
|
|
from inter.all import *
|
2012-01-16 10:30:45 -05:00
|
|
|
from inter.app_me import PyDupeGuru
|
2012-07-26 12:48:47 -04:00
|
|
|
|
|
|
|
# When built under virtualenv, the dependency collector misses this module, so we have to force it
|
|
|
|
# to see the module.
|
|
|
|
import distutils.sysconfig
|