[SCM] polybori: Polynomials over Boolean Rings branch, upstream-hg, updated. b4a5cffaa908c53e1d958a42110f8c4dad853aa3

Alexander Dreyer adreyer at gmx.de
Fri Mar 23 08:01:35 UTC 2012


The following commit has been merged in the upstream-hg branch:
commit eff8a99381f992a315112115f9b8b911508933ac
Author: Alexander Dreyer <adreyer at gmx.de>
Date:   Tue Feb 28 11:48:22 2012 +0100

    FIX: inherit from python's object

diff --git a/pyroot/polybori/ll.py b/pyroot/polybori/ll.py
index dcf7099..b3b7c49 100644
--- a/pyroot/polybori/ll.py
+++ b/pyroot/polybori/ll.py
@@ -188,7 +188,7 @@ def eliminate_ll_ranked(ll_system, to_reduce,
   return (llnf, opt_eliminated)
 
 
-class RingMap:
+class RingMap(object):
     """Define a mapping between two rings by common variable names.
 
     >>> from polybori.frontend import *

-- 
polybori: Polynomials over Boolean Rings



More information about the debian-science-commits mailing list