fix rspec formatting
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 2 May 2011 18:27:39 +0000 (14:27 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 2 May 2011 18:27:39 +0000 (14:27 -0400)
sfa/rspecs/rspec.py

index c282d87..f3e6f80 100755 (executable)
@@ -9,10 +9,7 @@ from sfa.util.faults import SfaNotImplemented, InvalidRSpec
 
 class RSpec:
     header = '<?xml version="1.0"?>\n'
-    template = """
-<RSpec>\n 
-</RSpec>
-"""
+    template = """<RSpec></RSpec>"""
     namespaces = {}
     config = Config()
     xml = None