Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: a514c80c80df0590591912606167b07ff6a2bfa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python
try:
    from sugar.activity import bundlebuilder
    bundlebuilder.start()
except ImportError:
    pass
    #import os
    #os.chdir('..')
    #os.system('cat Kuku.activity/MANIFEST | zip kuku.xo -@')
    #os.system('mv kuku.xo ./Kuku.activity')
    #os.chdir('Kuku.activity')