Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim McNamara <code@timmcnamara.co.nz>2010-08-14 11:15:22 (GMT)
committer Tim McNamara <code@timmcnamara.co.nz>2010-08-14 11:15:22 (GMT)
commit7aca0846b749e60bf4ba5e51d1bace9000bf37ec (patch)
tree178970c4faa94a0c34acec2dbe574508d53e74a1
parent6f277932500320053f26b16ffd301508c2a3f1dc (diff)
removed redudant import
-rwxr-xr-xExperior.Activity/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Experior.Activity/setup.py b/Experior.Activity/setup.py
index d13b1d5..9575d76 100755
--- a/Experior.Activity/setup.py
+++ b/Experior.Activity/setup.py
@@ -18,7 +18,7 @@
#You should have received a copy of the GNU General Public License
#along with sugarbot. If not, see <http://www.gnu.org/licenses/>.
-import sys
+#import sys
from sugar.activity import bundlebuilder
bundlebuilder.start()