__init__.py 615 B

123456789101112131415161718192021
  1. # -*- coding: utf-8; -*-
  2. #
  3. # dput/__init__.py
  4. # Part of ‘dput’, a Debian package upload toolkit.
  5. #
  6. # Copyright © 2015–2016 Ben Finney <bignose@debian.org>
  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 2 of that license or any later version.
  11. # No warranty expressed or implied. See the file ‘LICENSE.GPL-2’ for details.
  12. """ Python package for Dput modules. """
  13. # Local variables:
  14. # coding: utf-8
  15. # mode: python
  16. # End:
  17. # vim: fileencoding=utf-8 filetype=python :