Adding Play class for v2

This commit is contained in:
James Cammarata 2014-11-04 15:16:11 -06:00
commit 0ed9746db3
8 changed files with 349 additions and 55 deletions

View file

@ -190,7 +190,7 @@ class ModuleArgsParser:
task, dealing with all sorts of levels of fuzziness.
'''
assert type(ds) == dict
assert isinstance(ds, dict)
thing = None