__init__.py 411 B

1234567891011
  1. # encoding: utf-8
  2. """
  3. Extra capabilities for IPython
  4. """
  5. # -----------------------------------------------------------------------------
  6. # Copyright (C) 2008-2011 The IPython Development Team
  7. #
  8. # Distributed under the terms of the BSD License. The full license is in
  9. # the file COPYING, distributed as part of this software.
  10. # -----------------------------------------------------------------------------