[Python-modules-commits] [python-activipy] 10/11: add missing encoding to sources
Wolfgang Borgert
debacle at moszumanska.debian.org
Sun Nov 22 22:28:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-activipy.
commit 50969c7dbdeb3588f9bd9dd4c605754944fb8ecc
Author: W. Martin Borgert <debacle at debian.org>
Date: Sun Nov 22 22:40:43 2015 +0100
add missing encoding to sources
---
activipy/__init__.py | 1 +
activipy/core.py | 1 +
activipy/testcli.py | 1 +
setup.py | 1 +
4 files changed, 4 insertions(+)
diff --git a/activipy/__init__.py b/activipy/__init__.py
index 8ddef0c..363dae8 100644
--- a/activipy/__init__.py
+++ b/activipy/__init__.py
@@ -1,3 +1,4 @@
+# coding=utf-8
## Activipy --- ActivityStreams 2.0 implementation and validator for Python
## Copyright © 2015 Christopher Allan Webber <cwebber at dustycloud.org>
##
diff --git a/activipy/core.py b/activipy/core.py
index 7c7f2c7..a01136b 100644
--- a/activipy/core.py
+++ b/activipy/core.py
@@ -1,3 +1,4 @@
+# coding=utf-8
## Activipy --- ActivityStreams 2.0 implementation and validator for Python
## Copyright © 2015 Christopher Allan Webber <cwebber at dustycloud.org>
##
diff --git a/activipy/testcli.py b/activipy/testcli.py
index 48dad40..30e4ba8 100644
--- a/activipy/testcli.py
+++ b/activipy/testcli.py
@@ -1,3 +1,4 @@
+# coding=utf-8
## Activipy --- ActivityStreams 2.0 implementation and validator for Python
## Copyright © 2015 Christopher Allan Webber <cwebber at dustycloud.org>
##
diff --git a/setup.py b/setup.py
index b7ac6e6..b8c2c43 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+# coding=utf-8
## Activipy --- ActivityStreams 2.0 implementation and testing for Python
## Copyright © 2015 Christopher Allan Webber <cwebber at dustycloud.org>
##
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-activipy.git
More information about the Python-modules-commits
mailing list