]> git.donarmstrong.com Git - lilypond.git/commitdiff
* python/rational.py: python 2.3 compat. release/2.7.21
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Dec 2005 14:01:58 +0000 (14:01 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Dec 2005 14:01:58 +0000 (14:01 +0000)
* python/rational.py: PD rational number class.

python/rational.py

index e3c93d9c17c55745d352f132325ce63cea793de8..705829e120835269894d3991ad28013208d1d598 100644 (file)
@@ -2,7 +2,6 @@
 
 from __future__ import division
 
-import decimal as _decimal
 import math as _math
 
 def _gcf(a, b):