From 1c4f991f397a88dcdae620c26ef39b0ecc606c75 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 29 Dec 2008 06:52:53 +0000 Subject: fix exec permitions and file formats --- (limited to 'TamTamMini.activity') 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') -- cgit v0.9.1