示例#1
0
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)