Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--activity/activity.info2
-rw-r--r--taturtle.py1
-rwxr-xr-xturtleart.py1
4 files changed, 6 insertions, 2 deletions
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