Add the possibility to create temporary objects like a temporary

directory and a temporary DMS
This commit is contained in:
2017-07-28 16:33:19 +02:00
parent 09ddd74652
commit 407f61a408
7 changed files with 175 additions and 20 deletions

View File

@ -41,7 +41,8 @@ default_config = { 'software' : "The OBITools",
"nastring" : b"NA",
"stripwhite" : True,
"blanklineskip" : True,
"commentchar" : b"#"
"commentchar" : b"#",
"nocreatedms" : False
}
root_config_name='obi'