]> git.phdru.name Git - m_lib.git/blob - m_lib/flad/test/test6.py
ae1131b92b20794a35241e263c3555f1fce1a5da
[m_lib.git] / m_lib / flad / test / test6.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", ["Type", "Name"])
10    conf.store_to_file("test6.out")
11    print "Ok"
12
13
14 if __name__ == "__main__":
15    test()