[telepathy-python/master] Small fix to error generator to not prefix whitespace at the beginning.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Jun 12 04:00:35 PDT 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 tools/python-errors-generator.xsl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tools/python-errors-generator.xsl b/tools/python-errors-generator.xsl
index 360507e..8cb7887 100644
--- a/tools/python-errors-generator.xsl
+++ b/tools/python-errors-generator.xsl
@@ -21,7 +21,8 @@ class <xsl:value-of select="translate(@name, '. ', '')"/>(DBusException):
     <xsl:apply-templates select="//tp:errors"/>
   </xsl:template>
 
-  <xsl:template match="tp:errors">"""Exception classes, generated from the Telepathy spec
+  <xsl:template match="tp:errors">
+"""Exception classes, generated from the Telepathy spec
 
 <xsl:for-each select="tp:copyright">
 <xsl:value-of select="."/><xsl:text>
-- 
1.5.6.5



More information about the telepathy-commits mailing list