From 5609770bf767787876ca976ce365d1c111568351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 12 Mar 2015 23:55:18 +0100 Subject: [PATCH 1/2] --- __init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..950dfce --- /dev/null +++ b/__init__.py @@ -0,0 +1,2 @@ +def check_dict(indic, template): + return all(item in indic.items() for item in template.items()) From 65aff7f1be8419853d4816ee2f94674f2dcb4ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 12 Mar 2015 16:03:10 -0700 Subject: [PATCH 2/2] --- __init__.py => checkdic.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename __init__.py => checkdic.py (100%) diff --git a/__init__.py b/checkdic.py similarity index 100% rename from __init__.py rename to checkdic.py