File: seteditor.py

package info (click to toggle)
ipython 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,564 kB
  • ctags: 3,288
  • sloc: python: 22,341; lisp: 262; sh: 60; makefile: 29
file content (15 lines) | stat: -rwxr-xr-x 113 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import os


editor = r'q:/opt/np/notepad++.exe'


e = os.environ

e['EDITOR'] = editor
e['VISUAL'] = editor