gst/__init__.py: Implement multiplication, divison and float coercing for fractions.
authorJohan Dahlin <johan@gnome.org>
Sun, 18 Mar 2007 17:45:16 +0000 (17:45 +0000)
committerJohan Dahlin <johan@gnome.org>
Sun, 18 Mar 2007 17:45:16 +0000 (17:45 +0000)
commit1b1b56c762d5bdd1b6073ebade8fa21c4f0252a8
tree99ed7ef6657e8671f40481b7dc5a09b8dc456d96
parent51baae336ca8ad2182131b58c3be0d9933d2cb05
gst/__init__.py: Implement multiplication, divison and float coercing for fractions.

Original commit message from CVS:

* gst/__init__.py: Implement multiplication, divison and float
coercing for fractions.

* testsuite/test_fraction.py:
Add fraction tests
ChangeLog
gst/__init__.py
testsuite/test_fraction.py [new file with mode: 0644]