##// END OF EJS Templates
Finish doc/build tools cleanup....
Finish doc/build tools cleanup. Fix small stderr flush error in exception reporting. Final fixes to cpaste to support doctests.

File last commit:

r1049:c87d640e
r1207:c446b0e1
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