diff options
Diffstat (limited to 'manifest_xml.py')
-rw-r--r-- | manifest_xml.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py index b92b2675..e951bbf5 100644 --- a/manifest_xml.py +++ b/manifest_xml.py | |||
@@ -1134,4 +1134,3 @@ class GitcManifest(XmlManifest): | |||
1134 | """Output GITC Specific Project attributes""" | 1134 | """Output GITC Specific Project attributes""" |
1135 | if p.old_revision: | 1135 | if p.old_revision: |
1136 | e.setAttribute('old-revision', str(p.old_revision)) | 1136 | e.setAttribute('old-revision', str(p.old_revision)) |
1137 | |||