From 55e94d05eedbd194fd57caed85253740c5d46ff8 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Fri, 16 Oct 2009 15:26:16 +0000 Subject: [PATCH] Missed one... --- sfa/rspecs/aggregates/vini/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sfa/rspecs/aggregates/vini/utils.py b/sfa/rspecs/aggregates/vini/utils.py index e67e0417..4d74f165 100644 --- a/sfa/rspecs/aggregates/vini/utils.py +++ b/sfa/rspecs/aggregates/vini/utils.py @@ -560,7 +560,7 @@ class Topology: """ def toxml(self, hrn = None): xml = """ - + """ @@ -616,7 +616,7 @@ class Topology: xml += """ -""" +""" # Remove all leading whitespace and newlines lines = xml.split("\n") -- 2.47.0