src/reportlab/graphics/barcode/code128.py
branchpy33
changeset 3723 99aa837b6703
parent 3721 0c93dd8ff567
child 3975 4a3599863c11
--- a/src/reportlab/graphics/barcode/code128.py	Sun Feb 17 12:13:56 2013 +0000
+++ b/src/reportlab/graphics/barcode/code128.py	Tue Apr 30 14:28:14 2013 +0100
@@ -223,7 +223,7 @@
         if type(value) is type(1):
             value = str(value)
             
-        for (k, v) in list(args.items()):
+        for k, v in args.items():
             setattr(self, k, v)
 
         if self.quiet: