예제 #1
0
파일: buffer.py 프로젝트: caipeichao/Histo
def main():
    initLogger()
    global bundle
    bundle = Bundle()
    from bundle import testBundle
    testBundle(bundle)
예제 #2
0
파일: hub.py 프로젝트: caipeichao/Histo
def main():
    initLogger()
    from bundle import testBundle
    testBundle(Bundle())
예제 #3
0
파일: mail.py 프로젝트: caipeichao/Histo
def main():
    initLogger()
    from bundle import testBundle

    testBundle(Bundle(), threadCount=1)