#!/usr/bin/python2.5

from roadrunner import roadrunnerApp

if __name__ == "__main__":
    app = roadrunnerApp() 
