__init__.py 619 B

123456789101112131415161718192021
  1. # -*- coding: utf-8; -*-
  2. #
  3. # test/__init__.py
  4. # Part of ‘dput’, a Debian package upload toolkit.
  5. #
  6. # Copyright © 2015 Ben Finney <ben+python@benfinney.id.au>
  7. #
  8. # This is free software: you may copy, modify, and/or distribute this work
  9. # under the terms of the GNU General Public License as published by the
  10. # Free Software Foundation; version 3 of that license or any later version.
  11. # No warranty expressed or implied. See the file ‘LICENSE.GPL-3’ for details.
  12. """ Python package for Dput test suite. """
  13. # Local variables:
  14. # coding: utf-8
  15. # mode: python
  16. # End:
  17. # vim: fileencoding=utf-8 filetype=python :