]> git.phdru.name Git - m_lib.git/blobdiff - m_lib/flad/test/test6.py
Import m_lib/flad
[m_lib.git] / m_lib / flad / test / test6.py
diff --git a/m_lib/flad/test/test6.py b/m_lib/flad/test/test6.py
new file mode 100755 (executable)
index 0000000..ae1131b
--- /dev/null
@@ -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()