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

from sugar.activity import bundlebuilder
if __name__ == "__main__":
    bundlebuilder.start()