# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# Copyright (c) 2009- Spyder Project Contributors and others (see LICENSE.txt)
#
# Licensed under the terms of the MIT and other licenses where noted
# (see LICENSE.txt in this directory and NOTICE.txt in the root for details)
# -----------------------------------------------------------------------------

"""
spyder.utils.external
=====================

* Libraries or modules taken from external projects verbatim.
* Spyder developers can modify these modules to make them work
  better for the project. So there's no guarantee that we will
  maintain compatibility with the upstream project the code
  was taken from.

See LICENSE.txt in this directory or NOTICE.txt in the Spyder root
for more information on each file and project added here.

If adding or modifying a file or directory in this module,
please see README.rst in this directory for important information. Thanks!
"""
