opencafe/plugins/mongo
Christopher Hunt 8c234e2f3f Minor fixes to Mongo DB client
* Two method calls define dictionary as arg in param signature. Set arg to None, and check value in body.
  if arg is none, then set value to empty dictionary.
* 'Filter' argument shadows actual python call. Changed variable name to minimize damage (best practices),
      but did not change signature in case keyword arg invocation exists somewhere in code base.
* __init__() call did not call parent's init (BaseClient)
* Fixed pep8 violations found by flake in data_interfaces.py

Change-Id: Ifb1c58854e2da60c5725e09f0dba3440d723bf00
2015-04-28 09:29:56 -05:00
..
cafe Minor fixes to Mongo DB client 2015-04-28 09:29:56 -05:00
setup.py Updated license format to comply with openstack hacking guide 2015-04-14 18:15:35 -05:00