~mterry/quickly/small-refactor

« back to all changes in this revision

Viewing changes to data/templates/ubuntu-application/upgrade.py

  • Committer: Michael Terry
  • Date: 2010-11-29 15:18:46 UTC
  • Revision ID: mike@mterry.name-20101129151846-fmdcyby7jt281e7e
fix test breakages from submitubuntu branch; thanks to Tony for some of it

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
                "    os.putenv('PYTHONPATH', PROJECT_ROOT_DIRECTORY) # for subprocesses",
195
195
                content_to_update)
196
196
    except templatetools.CantUpdateFile, e:
197
 
        print _("WARNING: can't update your project to support /opt. This doesn't mind if you don't plan to submit your project to the application review board. Cause is: %s" % e)
 
197
        print _("WARNING: can't update your project to support /opt. This doesn't matter if you don't plan to submit your project to the application review board. Cause is: %s" % e)
198
198
 
199
199
 
200
200
sys.exit(0)