From 1129805d1aebdd57eea979f36f5a6742ad594d81 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 17 Feb 2014 16:33:46 +0000 Subject: remove spurious \ character from define --- diff --git a/TurtleArt/taexportpython.py b/TurtleArt/taexportpython.py index 60bf0c1..d2a200c 100644 --- a/TurtleArt/taexportpython.py +++ b/TurtleArt/taexportpython.py @@ -41,7 +41,7 @@ _SETUP_CODE_START = """\ # -*- coding: utf-8 -*- _INSTALL_PATH = '/usr/share/sugar/activities/TurtleArt.activity' -_ALTERNATIVE_INSTALL_PATH = \ +_ALTERNATIVE_INSTALL_PATH = '/usr/local/share/sugar/activities/TurtleArt.activity' import os, sys -- cgit v0.9.1