Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTamJam.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 /TamTamJam.activity
parent3c4b5c8e4fcf7c156d2f4760c1f38292af83f1c5 (diff)
fix exec permitions and file formats
Diffstat (limited to 'TamTamJam.activity')
-rw-r--r--[-rwxr-xr-x]TamTamJam.activity/icons/accept.svg0
-rw-r--r--[-rwxr-xr-x]TamTamJam.activity/icons/beats.svg0
-rw-r--r--[-rwxr-xr-x]TamTamJam.activity/icons/cancel.svg0
-rw-r--r--[-rwxr-xr-x]TamTamJam.activity/icons/mute.svg0
-rwxr-xr-x[-rw-r--r--]TamTamJam.activity/setup.py72
5 files changed, 36 insertions, 36 deletions
diff --git a/TamTamJam.activity/icons/accept.svg b/TamTamJam.activity/icons/accept.svg
index a2f9e28..a2f9e28 100755..100644
--- a/TamTamJam.activity/icons/accept.svg
+++ b/TamTamJam.activity/icons/accept.svg
diff --git a/TamTamJam.activity/icons/beats.svg b/TamTamJam.activity/icons/beats.svg
index b1592b5..b1592b5 100755..100644
--- a/TamTamJam.activity/icons/beats.svg
+++ b/TamTamJam.activity/icons/beats.svg
diff --git a/TamTamJam.activity/icons/cancel.svg b/TamTamJam.activity/icons/cancel.svg
index 59512eb..59512eb 100755..100644
--- a/TamTamJam.activity/icons/cancel.svg
+++ b/TamTamJam.activity/icons/cancel.svg
diff --git a/TamTamJam.activity/icons/mute.svg b/TamTamJam.activity/icons/mute.svg
index 425b205..425b205 100755..100644
--- a/TamTamJam.activity/icons/mute.svg
+++ b/TamTamJam.activity/icons/mute.svg
diff --git a/TamTamJam.activity/setup.py b/TamTamJam.activity/setup.py
index cf5c358..fad955a 100644..100755
--- a/TamTamJam.activity/setup.py
+++ b/TamTamJam.activity/setup.py
@@ -1,36 +1,36 @@
-#!/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('TamTamJam')
-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('TamTamJam')
+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')
+