##// END OF EJS Templates
Attempt at fixing assertion from reverse search...
Attempt at fixing assertion from reverse search Trying to fix gh-10014, though I can't reproduce the problem to test it. PR against 5.x because I think this is only needed for Python 2.

File last commit:

r9394:a8b9bab9
r23460:f3a4409a
Show More
__init__.py
21 lines | 785 B | text/x-python | PythonLexer
# encoding: utf-8
"""
Extra capabilities for IPython
"""
#-----------------------------------------------------------------------------
# Copyright (C) 2008-2011 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
from IPython.lib.security import passwd
#-----------------------------------------------------------------------------
# Code
#-----------------------------------------------------------------------------