Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTamMini.activity
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2008-12-29 06:52:53 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2008-12-29 06:52:53 (GMT)
commit1c4f991f397a88dcdae620c26ef39b0ecc606c75 (patch)
tree644b41fe0f391d5e87cc6d5f1122d914f0db9a29 /TamTamMini.activity
parent3c4b5c8e4fcf7c156d2f4760c1f38292af83f1c5 (diff)
fix exec permitions and file formats
Diffstat (limited to 'TamTamMini.activity')
-rw-r--r--TamTamMini.activity/Mini/InstrumentPanel.py2
-rw-r--r--[-rwxr-xr-x]TamTamMini.activity/Mini/Loop.py0
-rw-r--r--[-rwxr-xr-x]TamTamMini.activity/Mini/lps.py0
-rw-r--r--TamTamMini.activity/Mini/miniToolbars.py2
-rw-r--r--[-rwxr-xr-x]TamTamMini.activity/icons/accept.svg0
-rwxr-xr-x[-rw-r--r--]TamTamMini.activity/setup.py70
6 files changed, 35 insertions, 39 deletions
diff --git a/TamTamMini.activity/Mini/InstrumentPanel.py b/TamTamMini.activity/Mini/InstrumentPanel.py
index 73fbebe..8a885d6 100644
--- a/TamTamMini.activity/Mini/InstrumentPanel.py
+++ b/TamTamMini.activity/Mini/InstrumentPanel.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
import pygtk
pygtk.require( '2.0' )
import gtk
diff --git a/TamTamMini.activity/Mini/Loop.py b/TamTamMini.activity/Mini/Loop.py
index 348b465..348b465 100755..100644
--- a/TamTamMini.activity/Mini/Loop.py
+++ b/TamTamMini.activity/Mini/Loop.py
diff --git a/TamTamMini.activity/Mini/lps.py b/TamTamMini.activity/Mini/lps.py
index b3c3aa8..b3c3aa8 100755..100644
--- a/TamTamMini.activity/Mini/lps.py
+++ b/TamTamMini.activity/Mini/lps.py
diff --git a/TamTamMini.activity/Mini/miniToolbars.py b/TamTamMini.activity/Mini/miniToolbars.py
index cac9786..867e00a 100644
--- a/TamTamMini.activity/Mini/miniToolbars.py
+++ b/TamTamMini.activity/Mini/miniToolbars.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
import gtk
import gobject
import os, commands
diff --git a/TamTamMini.activity/icons/accept.svg b/TamTamMini.activity/icons/accept.svg
index a2f9e28..a2f9e28 100755..100644
--- a/TamTamMini.activity/icons/accept.svg
+++ b/TamTamMini.activity/icons/accept.svg
diff --git a/TamTamMini.activity/setup.py b/TamTamMini.activity/setup.py
index 3a283af..6dc7ed3 100644..100755
--- a/TamTamMini.activity/setup.py
+++ b/TamTamMini.activity/setup.py
@@ -1,35 +1,35 @@
-#!/usr/bin/python
-
-# Copyright (C) 2006, Red Hat, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-from sugar.activity import bundlebuilder
-import shutil
-import os
-
-#We are removing the symlink to common and replacing it with the real common folder
-os.system('unlink common')
-shutil.copytree('../common', 'common')
-
-try:
- bundlebuilder.start('TamTamMini')
-except Exception, err:
- print err
- os.system('rm -rf common')
- os.system('ln -s ../common common')
-#Restore the symlink
-os.system('rm -rf common')
-os.system('ln -s ../common common')
+#!/usr/bin/python
+
+# Copyright (C) 2006, Red Hat, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from sugar.activity import bundlebuilder
+import shutil
+import os
+
+#We are removing the symlink to common and replacing it with the real common folder
+os.system('unlink common')
+shutil.copytree('../common', 'common')
+
+try:
+ bundlebuilder.start('TamTamMini')
+except Exception, err:
+ print err
+ os.system('rm -rf common')
+ os.system('ln -s ../common common')
+#Restore the symlink
+os.system('rm -rf common')
+os.system('ln -s ../common common')