make setup.py header comment consistent with other utf-8 encoded modules

In all other suds project's utf-8 encoded modules, the coding comment is
separated from the copyright comment with a single empty line.
This commit is contained in:
Jurko Gospodnetić 2014-05-14 14:45:37 +02:00
parent 25cbfd7f14
commit cd35f9e29f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the (LGPL) GNU Lesser General Public License as published by the
# Free Software Foundation; either version 3 of the License, or (at your