From: hanwen Date: Mon, 5 Dec 2005 14:01:58 +0000 (+0000) Subject: * python/rational.py: python 2.3 compat. X-Git-Tag: release/2.7.38^2~480 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=42b62c98a020f676fed88de279999e46eeefa611;p=lilypond.git * python/rational.py: python 2.3 compat. * python/rational.py: PD rational number class. --- diff --git a/python/rational.py b/python/rational.py index e3c93d9c17..705829e120 100644 --- a/python/rational.py +++ b/python/rational.py @@ -2,7 +2,6 @@ from __future__ import division -import decimal as _decimal import math as _math def _gcf(a, b):