##// END OF EJS Templates
Backport PR #8121: fix compress_user comparison...
Backport PR #8121: fix compress_user comparison move `.lower()` outside compress_user, otherwise it can prevent the substition, e.g. on OS X, where home is `/Users/[name]`

File last commit:

r20625:857d102d
r20881:18d1c6c7
Show More
lexers.py
3 lines | 92 B | text/x-python | PythonLexer
"""Deprecated; import from IPython.lib.lexers instead."""
from IPython.lib.lexers import *