#!/usr/bin/python2.5
# -*- coding: utf-8 -*-

#/scratchbox/login
#Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac
#af-sb-init.sh start
#run-standalone.sh ./eggtimer.py
#
#https://stage.maemo.org/svn/maemo/projects/haf/trunk/
#http://www.maemo.org/platform/docs/pymaemo/pyosso_context.html
#http://maemo-hackers.org/apt/

from eggtimerclasses import libeggtimer	
			
if __name__ == "__main__":
	#print dir(eggtimerclasses)
	app = libeggtimer.eggtimerclass() 
	app.main() 
