__init__.py 558 B

12345678910
  1. # encoding: utf-8
  2. __docformat__ = "restructuredtext en"
  3. #-------------------------------------------------------------------------------
  4. # Copyright (C) 2005 Fernando Perez <fperez@colorado.edu>
  5. # Brian E Granger <ellisonbg@gmail.com>
  6. # Benjamin Ragan-Kelley <benjaminrk@gmail.com>
  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. #-------------------------------------------------------------------------------