From: Christian Herdtweck Date: Tue, 22 May 2018 10:11:18 +0000 (+0200) Subject: Replace non-ascii char in cnfvar, import print from future X-Git-Tag: v1.2^2~2 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=966adbbf703443839290f5bb043834d326d189b1;p=pyi2ncommon Replace non-ascii char in cnfvar, import print from future --- diff --git a/src/cnfvar.py b/src/cnfvar.py index fe0e0a1..d804fd9 100644 --- a/src/cnfvar.py +++ b/src/cnfvar.py @@ -24,7 +24,7 @@ summary ------------------------------------------------------------------------------- Represent CNF_VARs as recursive structures. -Copyright: 2014–2017 Intra2net AG +Copyright: 2014-2017 Intra2net AG License: GPLv2+ @@ -98,6 +98,8 @@ implementation ------------------------------------------------------------------------------- """ +from __future__ import print_function + import functools import sys import json