Merge branch 'pylint'
commitaad861e80a47bb8448c9ccbcce64b003204fec11
authorDavid Aguilar <davvid@gmail.com>
Sat, 25 Jan 2014 09:47:40 +0000 (25 01:47 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sat, 25 Jan 2014 09:48:28 +0000 (25 01:48 -0800)
tree287533b03bed5efca783877ceaefbd61401122a0
parent2ca09ccada876b3ae1adaaa3cab5a0806673860b
parent782dc4d7d7e81ba738a43db60fafab8c456ae049
Merge branch 'pylint'

Lots of pylint fixes courtesy of Alex Chernetz.

* pylint:
  doc: add Alex to the credits
  cmds: fix bug in OpenParentDir()
  widgets.standard: refactor widgets generated with bind_mixin() for pylint
  widgets.main: replace editremotes.edit() with editremotes.remote_editor()
  widgets.archive: fix name conflict in GitArchiveDialog
  widgets.spellcheck: fix context_menu() call in contextMenuEvent()
  models.browse: replace NotImplemented with NotImplementedError
  interaction: add missing argument in confirm_config_action()
  core: replace cmd with argv
  compat: replace os.environment with os.environ
  app: replace core.setenv with compat.setenv

Closes #227

Signed-off-by: David Aguilar <davvid@gmail.com>