X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2Fflad%2Ftest%2Ftest6.py;fp=m_lib%2Fflad%2Ftest%2Ftest6.py;h=ae1131b92b20794a35241e263c3555f1fce1a5da;hb=13a21366e5dbeb344656cbfd00432be176ae5cdb;hp=0000000000000000000000000000000000000000;hpb=fbdb0637a25ee1f22462f8606e061e3bcc21cd62;p=m_lib.git diff --git a/m_lib/flad/test/test6.py b/m_lib/flad/test/test6.py new file mode 100755 index 0000000..ae1131b --- /dev/null +++ b/m_lib/flad/test/test6.py @@ -0,0 +1,15 @@ +#! /usr/bin/env python + + +from m_lib.flad import fladc + + +def test(): + print "Test:", + conf = fladc.load_file("test.cfg", ["Type", "Name"]) + conf.store_to_file("test6.out") + print "Ok" + + +if __name__ == "__main__": + test()