diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Server/Plugins/Compat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Server/Plugins/Compat.py b/src/lib/Server/Plugins/Compat.py index f381fe982..bf0ea6bc7 100644 --- a/src/lib/Server/Plugins/Compat.py +++ b/src/lib/Server/Plugins/Compat.py @@ -30,6 +30,7 @@ class Compat(Bcfg2.Server.Plugin.Plugin, if entry.tag == 'Path': oldentry = entry entry.tag = entry.get('type') + del entry.attrib['type'] # FIXME: use another attribute? old clients only # know about type=None #entry.set('type', 'Compat') |