#! /usr/bin/env python import sys; sys.path.insert(0, '.') from tracker.worker.worker import Worker w = Worker() w.poll()