Correct the Bash completion script behaviour.
[dput.git] / test / __init__.py
blob2c43a0239d6c79f5e417d0ca444a31a20653e0c1
1 # -*- coding: utf-8; -*-
3 # test/__init__.py
4 # Part of ‘dput’, a Debian package upload toolkit.
6 # Copyright © 2015–2016 Ben Finney <bignose@debian.org>
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.
13 """ Python package for Dput test suite. """
16 # Local variables:
17 # coding: utf-8
18 # mode: python
19 # End:
20 # vim: fileencoding=utf-8 filetype=python :