Пример #1
0
def testNotificationTable():
    configurationFile = open("owners.inp", "r")
    table = Notify.createTable(configurationFile)

    print table

    return