[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 23/23] 'as' is a reserved word in Python 2.6.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 dak/new_security_install.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dak/new_security_install.py b/dak/new_security_install.py
index 3eb1964..55a4874 100755
--- a/dak/new_security_install.py
+++ b/dak/new_security_install.py
@@ -152,9 +152,9 @@ def advisory_info():
     svs = srcverarches.keys()
     svs.sort()
     for sv in svs:
-        as = srcverarches[sv].keys()
-        as.sort()
-        print " %s (%s)" % (sv, ", ".join(as))
+        as_ = srcverarches[sv].keys()
+        as_.sort()
+        print " %s (%s)" % (sv, ", ".join(as_))
 
 def prompt(opts, default):
     p = ""
-- 
1.6.3.3


Reply to: