Ticket #30446: patch-widgets-pylintgui.py.diff
File patch-widgets-pylintgui.py.diff, 496 bytes (added by mbrethen@…, 13 years ago) |
---|
-
spyderplugins/widgets/pylintgui.py
old new 42 42 from spyderlib.utils.translations import get_translation 43 43 _ = get_translation("p_pylint", dirname="spyderplugins") 44 44 45 PYLINT_PATH = programs.get_nt_program_name('pylint ')45 PYLINT_PATH = programs.get_nt_program_name('pylint-2.7') 46 46 47 47 def is_pylint_installed(): 48 48 return programs.is_program_installed(PYLINT_PATH)