Replace pass with NotImplementedError in method stubs
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Mon, 27 Feb 2017 14:20:17 +0000 (09:20 -0500)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Mon, 27 Feb 2017 14:20:17 +0000 (09:20 -0500)
commit1624359bfce926d60327fd15c4a087402f63c18e
tree6703dfc6148bf2df3462b99ec485d64a6c3bf04c
parentafb309d17dadc062017ee3d6425491193181138e
Replace pass with NotImplementedError in method stubs

This is arguably more user-friendly than silently passing when an
unimplemented method is called.

Fixes #58.
juju/application.py
juju/cloud.py
juju/controller.py
juju/juju.py
juju/machine.py
juju/model.py
juju/relation.py
juju/unit.py