Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37810642
en ru br
ALT Linux repos
S:2.3-alt2_6

Group :: Publishing
RPM: xgridfit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xgridfit-2.3-python3.patch
Download


diff -up xgridfit/lib/xgridfit-python.xsl.py3 xgridfit/lib/xgridfit-python.xsl
--- xgridfit/lib/xgridfit-python.xsl.py3	2017-11-03 20:19:21.947851599 +0100
+++ xgridfit/lib/xgridfit-python.xsl	2017-11-03 20:19:46.137844915 +0100
@@ -540,11 +540,11 @@ CURRENT_FONT.maxp_maxStackDepth = 0
     try:
         CURRENT_FONT[name].ttinstrs = fontforge.parseTTInstrs(instrs)
     except TypeError as detail:
-        print "Warning: can't install instructions for glyph ", name
-        print detail
+        print ("Warning: can't install instructions for glyph ", name)
+        print (detail)
     except ValueError as detail:
-        print "Warning: can't install instructions for glyph ", name
-        print detail
+        print ("Warning: can't install instructions for glyph ", name)
+        print (detail)
 </xsl:text>
     <xsl:if test="$compile_globals='yes'">
       <xsl:text>CURRENT_FONT.cvt = (</xsl:text>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin