diff tests/test_uriutil.py @ 5:474c9882decf

Upgrade to Python 3.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 11 Aug 2014 22:36:47 -0700
parents f485ba500df3
children 62c7a97c8340
line wrap: on
line diff
--- a/tests/test_uriutil.py	Mon Aug 11 22:36:36 2014 -0700
+++ b/tests/test_uriutil.py	Mon Aug 11 22:36:47 2014 -0700
@@ -17,7 +17,7 @@
 def test_parse_uri(routes, uri, expected):
     if expected is not None:
         expected.uri = uri
-    for pattern, args in routes.iteritems():
+    for pattern, args in routes.items():
         if 'taxonomy' not in args:
             args['taxonomy'] = None