From: Andy Bavier Date: Fri, 16 Oct 2009 15:26:16 +0000 (+0000) Subject: Missed one... X-Git-Tag: sfa-0.9-6~163 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=55e94d05eedbd194fd57caed85253740c5d46ff8;p=sfa.git Missed one... --- 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")