pyramid_cubicweb/core.py
changeset 11630 1400aee10df4
parent 11622 308ac9def79f
--- a/pyramid_cubicweb/core.py	Tue Jun 28 11:03:20 2016 +0200
+++ b/pyramid_cubicweb/core.py	Thu Jul 07 14:30:32 2016 +0200
@@ -140,7 +140,7 @@
 
     def setup_params(self, params):
         self.form = {}
-        for param, val in params.iteritems():
+        for param, val in params.items():
             if param in self.no_script_form_params and val:
                 val = self.no_script_form_param(param, val)
             if isinstance(val, FieldStorage) and val.file: