__init__.py
21 lines
| 785 B
| text/x-python
|
PythonLexer
Brian Granger
|
r2068 | # encoding: utf-8 | ||
""" | ||||
Extra capabilities for IPython | ||||
""" | ||||
#----------------------------------------------------------------------------- | ||||
Matthias BUSSONNIER
|
r5390 | # Copyright (C) 2008-2011 The IPython Development Team | ||
Brian Granger
|
r2068 | # | ||
# Distributed under the terms of the BSD License. The full license is in | ||||
# the file COPYING, distributed as part of this software. | ||||
#----------------------------------------------------------------------------- | ||||
#----------------------------------------------------------------------------- | ||||
# Imports | ||||
#----------------------------------------------------------------------------- | ||||
Stefan van der Walt
|
r5320 | from IPython.lib.security import passwd | ||
Brian Granger
|
r2068 | #----------------------------------------------------------------------------- | ||
# Code | ||||
Brian Granger
|
r2918 | #----------------------------------------------------------------------------- | ||