Replace non-ascii char in cnfvar, import print from future
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 22 May 2018 10:11:18 +0000 (12:11 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 22 May 2018 10:49:52 +0000 (12:49 +0200)
src/cnfvar.py

index fe0e0a1..d804fd9 100644 (file)
@@ -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