1
0
mirror of https://github.com/balkian/gists.git synced 2024-10-31 23:51:44 +00:00
gists/__init__.py
J. Fernando Sánchez 5609770bf7
2015-03-12 23:55:18 +01:00

3 lines
100 B
Python

def check_dict(indic, template):
return all(item in indic.items() for item in template.items())