from sugar.activity.Activity import Activity
class TestActivity(Activity):
def __init__(self):
Activity.__init__(self)