Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: 79c36f5ce43079bc1d6d9f5e63f798708c445628 (plain)
1
2
3
4
5
6
7
8
#! /usr/bin/env python
# -*- coding: utf-8 -*-

try:
    from sugar.activity import bundlebuilder
    bundlebuilder.start()
except ImportError:
    print "Error: sugar.activity.Bundlebuilder not found."