From e0bce3f7d3dff8f85923ba1ba649798768af4f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 30 May 2013 15:23:59 +0200 Subject: [PATCH] [test.py] Typo --- test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test.py b/test.py index dd98d98..7ce1db9 100755 --- a/test.py +++ b/test.py @@ -97,7 +97,6 @@ def test_list_of_dict(keys, list): anim("\tTest de l'attribut %s" % key) ok = True for item in list: - print item['aid'][0] try: item.get(key, []) except psycopg2.OperationalError as error: print ERREUR