Exemplo n.º 1
0
def main():
    initLogger()
    global bundle
    bundle = Bundle()
    from bundle import testBundle
    testBundle(bundle)
Exemplo n.º 2
0
def main():
    initLogger()
    from bundle import testBundle
    testBundle(Bundle())
Exemplo n.º 3
0
def main():
    initLogger()
    from bundle import testBundle

    testBundle(Bundle(), threadCount=1)