.__setup_params() -> ._setup_params() in hooke/plugin/*.py.
authorW. Trevor King <wking@drexel.edu>
Sat, 28 Aug 2010 23:35:49 +0000 (19:35 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 28 Aug 2010 23:35:49 +0000 (19:35 -0400)
commit07189adf9b2bea4d5ead900693972ebc2dc631e1
tree12aee034bd42508c60803960008257901978ff8d
parent608071d67afc1775941505c6684d31a279f041a0
.__setup_params() -> ._setup_params() in hooke/plugin/*.py.

Methods starting with '__' get special name mangling.
  http://docs.python.org/reference/expressions.html#atom-identifiers
We don't want any of that.
hooke/plugin/command_stack.py
hooke/plugin/curve.py
hooke/plugin/flatfilt.py
hooke/plugin/playlist.py
hooke/plugin/polymer_fit.py
hooke/plugin/vclamp.py