Correct the api call to comps.

This commit is contained in:
Jesse Keating 2008-03-25 17:14:11 -04:00
parent 65c7bdf6de
commit 13d6ed35ee
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ class Gather(pypungi.PungiBase):
ourcomps = open(ourcompspath, 'w')
ourcomps.write(self.ayum.comps.Comps.xml())
ourcomps.write(self.ayum.comps.xml())
ourcomps.close()