[Python-modules-commits] [python-social-auth] 29/89: Fix xgettext warning due to unknown encoding
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:15:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.15
in repository python-social-auth.
commit f3546548541b2a1f0d2b5b13f63e738f959ead7f
Author: Federico Bond <federicobond at gmail.com>
Date: Sat Feb 27 14:32:15 2016 -0300
Fix xgettext warning due to unknown encoding
---
social/backends/weibo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/social/backends/weibo.py b/social/backends/weibo.py
index 25b60a9..6cc7844 100644
--- a/social/backends/weibo.py
+++ b/social/backends/weibo.py
@@ -1,4 +1,4 @@
-# coding:utf8
+# coding:utf-8
# author:hepochen at gmail.com https://github.com/hepochen
"""
Weibo OAuth2 backend, docs at:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list