#!/usr/bin/python import sys sys.path.insert(0, "/usr/lib/theonering") import theonering if __name__ == "__main__": theonering.main(logToFile=True)