##// END OF EJS Templates
Merge pull request #647 from tomspur/my_fix_rpmlint...
Merge pull request #647 from tomspur/my_fix_rpmlint Remove spurious executable flags and shebang lines from library code. This fixes problems found by rpmlint in Fedora.

File last commit:

r4455:98f71260
r4578:4ee2feb7 merge
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor