]> git.phdru.name Git - m_lib.git/blob - m_lib/flad/test/test4.py
8103ed9f38e42eb9edce7a9a6fed9032edbf2d54
[m_lib.git] / m_lib / flad / test / test4.py
1 #! /usr/bin/env python
2
3
4 from m_lib.flad import fladc
5
6
7 def test():
8    print "Test:",
9    conf = fladc.load_file("test.cfg")
10    print "Ok"
11
12    print "Property 'Type' is", conf["Type"]
13
14
15 if __name__ == "__main__":
16    test()