Typo in snapshot support

This commit is contained in:
Stefano Rivera 2010-12-30 20:14:15 +02:00
parent eed9304664
commit 620f3fb25a

View File

@ -359,7 +359,7 @@ class DebianSourcePackage(SourcePackage):
yield it.next()
except StopIteration:
break
if self._snapshot_list:
if self.snapshot_list:
yield self._snapshot_url(name)
def pull_dsc(self):