[Python-modules-commits] [python-social-auth] 19/71: Fix syntax error

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.14
in repository python-social-auth.

commit 7f74771b02cbb470e1c5d086f8a72fdb61dc3694
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Mon Oct 5 10:34:58 2015 -0300

    Fix syntax error
---
 social/tests/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/tests/__init__.py b/social/tests/__init__.py
index db503e8..46c7ced 100644
--- a/social/tests/__init__.py
+++ b/social/tests/__init__.py
@@ -4,6 +4,6 @@ import warnings
 
 # Ignore deprecation warnings on Python2.6. Maybe it's time to ditch this
 # oldie?
-if sys.version_info[0] == 2 and sys.version_info[1] == 6 or
+if sys.version_info[0] == 2 and sys.version_info[1] == 6 or \
    hasattr(sys, 'pypy_version_info'):
     warnings.filterwarnings('ignore', category=Warning)

-- 
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