commit 5609770bf767787876ca976ce365d1c111568351 Author: J. Fernando Sánchez Date: Thu Mar 12 23:55:18 2015 +0100 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())