diff options
author | Rob Austein <sra@hactrn.net> | 2014-09-28 05:42:23 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-09-28 05:42:23 +0000 |
commit | 970d0dc0cf998129ac55e45e95138325a72a1f5b (patch) | |
tree | 2bf431760490fe6625bc04a47bb9b1ce366cb19e | |
parent | ca30160083489157ed4ea899abae70fd6538acca (diff) |
self.
svn path=/trunk/; revision=5972
-rw-r--r-- | buildtools/rpki-pbuilder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/rpki-pbuilder.py b/buildtools/rpki-pbuilder.py index 59add547..779fb807 100644 --- a/buildtools/rpki-pbuilder.py +++ b/buildtools/rpki-pbuilder.py @@ -259,7 +259,7 @@ class Release(object): if not os.path.exists(fn): logging.info("Creating %s", fn) with open(fn, "w") as f: - for pkg in backports: + for pkg in self.backports: f.write(dedent("""\ %-30s Priority optional %-30s Section python |