Skip to content
Snippets Groups Projects

F deprecate yamlapi

Merged Alexander Kreft requested to merge f-deprecate-yamlapi into dev
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -22,9 +22,7 @@
# ** end header
#
""" YAML interface for the database (caosdb)
!!! Deprecated !!! """
"""!!! Deprecated !!! YAML interface for the database (caosdb)"""
import yaml
from lxml import etree
@@ -102,7+100,7 @@
"""
return dict_to_xml(yaml.load(yamlstr))
def process(text):
"""Do some replacements on the original file to obtain valid yaml."""
warnings.warn("""
Loading