Whitespace

This commit is contained in:
Jon Tibble 2010-05-25 13:39:12 +01:00
parent e9904754c2
commit f75a6fd732
3 changed files with 6 additions and 5 deletions

View File

@ -102,3 +102,4 @@ class XmlRootClass(object):
if not attrib.startswith(u'_'):
result += u'_%s_' % getattr(self, attrib)
return result