comparison src/cagou/core/cagou_main.py @ 119:1bbbe26846f4

buildozer: moved sat.conf in a specific dir (platform/android), so it's not used on desktop
author Goffi <goffi@goffi.org>
date Tue, 31 Jan 2017 22:32:31 +0100
parents d654bdfeb404
children dcd6fbb3f010
comparison
equal deleted inserted replaced
118:a574133aa4a8 119:1bbbe26846f4
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 20
21 from sat.core.i18n import _ 21 from sat.core.i18n import _
22 import kivy_hack 22 from . import kivy_hack
23 kivy_hack.do_hack() 23 kivy_hack.do_hack()
24 from constants import Const as C 24 from constants import Const as C
25 from sat.core import log as logging 25 from sat.core import log as logging
26 log = logging.getLogger(__name__) 26 log = logging.getLogger(__name__)
27 from sat.core import exceptions 27 from sat.core import exceptions