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

    testBundle(Bundle(), threadCount=1)