##// END OF EJS Templates
Continue tool cleanup....
Continue tool cleanup. Removed redundant setup_bdist_egg, since setupegg can be used for the same purpose. Removed setupexe which depended on ipykit, since that is already gone.

File last commit:

r1251:99658885
r2119:2c8c96be
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
vivainio
merge all from 0.7.3 branch to trunk
r503 import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor