Blob Blame History Raw
From 363ec9dca394acaec8b712a0e391a9a77112c87f Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean@redhat.com>
Date: Thu, 7 Jan 2016 14:56:24 -0500
Subject: [PATCH] Python3 print statements.

---
 flask_fas.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flask_fas.py b/flask_fas.py
index ff6d01f..c66d022 100644
--- a/flask_fas.py
+++ b/flask_fas.py
@@ -27,6 +27,6 @@ FAS authentication plugin for the flask web framework
 ..versionadded:: 0.3.30
 '''
 
-print 'WARNING: flask_fas has been deprecated'
-print 'The flask_fas module will disappear in the next version, please port!'
+print('WARNING: flask_fas has been deprecated')
+print('The flask_fas module will disappear in the next version, please port!')
 from flask_fas_openid import FAS, fas_login_required, cla_plus_one_required
-- 
2.5.0