From a99cedb3efcaf5f168bb80af5bc797a0fe1652a5 Mon Sep 17 00:00:00 2001 From: "U. Bruhin" Date: Sun, 3 Mar 2024 17:37:09 +0100 Subject: [PATCH] WIP --- client/funq/tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/funq/tests/test_client.py b/client/funq/tests/test_client.py index 4e95834..b527f98 100644 --- a/client/funq/tests/test_client.py +++ b/client/funq/tests/test_client.py @@ -47,7 +47,7 @@ class ApplicationConfig(client.ApplicationConfig): class GlobalOptions(object): def __init__(self, **kwds): - for k, v in kwds.iteritems(): + for k, v in kwds.items(): setattr(self, k, v)