From: Andy Bavier Date: Wed, 27 Jan 2010 21:53:28 +0000 (+0000) Subject: Add header X-Git-Tag: sfa-0.9-11~189 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a76e2ac5faade03cb4ae2feabadd8fc2ad23a7d7;p=sfa.git Add header --- diff --git a/sfa/rspecs/aggregates/vini/utils.py b/sfa/rspecs/aggregates/vini/utils.py index 495256eb..c9ca7da1 100644 --- a/sfa/rspecs/aggregates/vini/utils.py +++ b/sfa/rspecs/aggregates/vini/utils.py @@ -627,7 +627,8 @@ class Topology: for link in self.sitelinks: link.toxml(xml) - return str(xml) + header = '\n' + return header + str(xml) """ Create a dictionary of site objects keyed by site ID