[sagemath] 01/01: Use print() function in debian-singular.patch.

Tobias Hansen thansen at moszumanska.debian.org
Tue Aug 9 15:02:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagemath.

commit 4b90e2a85cdc42a28e8b6db39fdc1f597ad9d30e
Author: Tobias Hansen <thansen at debian.org>
Date:   Tue Aug 9 15:55:16 2016 +0100

    Use print() function in debian-singular.patch.
---
 debian/patches/debian-singular.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/debian-singular.patch b/debian/patches/debian-singular.patch
index 546740e..e1fd699 100644
--- a/debian/patches/debian-singular.patch
+++ b/debian/patches/debian-singular.patch
@@ -41,7 +41,7 @@
 +        if not handle:
 +            err = dlerror()
 +            if err:
-+                print err
++                print(err)
  
      if handle == NULL:
          raise ImportError("cannot load libSINGULAR library")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list