From 600374f4839d53cd06d7f3fe61d60ad8eaf3c6f4 Mon Sep 17 00:00:00 2001 From: walter bender Date: Thu, 30 Oct 2008 16:56:49 +0000 Subject: modified: NEWS modified: activity/activity.info modified: taturtle.py modified: turtleart.py --- diff --git a/NEWS b/NEWS index f6720c8..187ac25 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +15 + +* shebang patch + 14 * Changed more file permissions (-x) diff --git a/activity/activity.info b/activity/activity.info index 0a180c5..7f91c1e 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = Turtle Art -activity_version = 14 +activity_version = 15 license = MIT service_name = org.laptop.TurtleArtActivity class = TurtleArtActivity.TurtleArtActivity diff --git a/taturtle.py b/taturtle.py index 4eb60df..8fbd1e1 100644 --- a/taturtle.py +++ b/taturtle.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python #Copyright (c) 2007-8, Playful Invention Company. #Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/turtleart.py b/turtleart.py index eb47ff1..0561787 100755 --- a/turtleart.py +++ b/turtleart.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python #Copyright (c) 2007-8, Playful Invention Company. #Permission is hereby granted, free of charge, to any person obtaining a copy -- cgit v0.9.1