From 267e9eebc63f98d698cc4260e184b04f53374d28 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 7 Mar 2019 14:58:49 +0000 Subject: [PATCH] Transitioned group/views.py to unicode strings - Legacy-Id: 16011 --- ietf/group/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ietf/group/views.py b/ietf/group/views.py index 2ea91851e..a8514b82e 100644 --- a/ietf/group/views.py +++ b/ietf/group/views.py @@ -1,5 +1,6 @@ +# -*- coding: utf-8 -*- # Copyright The IETF Trust 2007-2019, All Rights Reserved - +from __future__ import unicode_literals, print_function # Portion Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. Contact: Pasi Eronen