##// END OF EJS Templates
fix null comparisons in sqlitedb backend...
fix null comparisons in sqlitedb backend associated test added and passing

File last commit:

r4455:98f71260
r5884:8e614863
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