Ready to tag?

This commit is contained in:
Lafrite
2015-05-14 14:00:33 +02:00
parent 338725c57a
commit 89a8bb1d1f
2 changed files with 7 additions and 2 deletions

View File

@@ -1,12 +1,15 @@
# file GENERATED by distutils, do NOT edit
setup.py
pymath/__init__.py
pymath/abstract_polynom.py
pymath/arithmetic.py
pymath/explicable.py
pymath/expression.py
pymath/fraction.py
pymath/generic.py
pymath/operator.py
pymath/polynom.py
pymath/polynomDeg2.py
pymath/random_expression.py
pymath/render.py
pymath/str2tokens.py
@@ -14,7 +17,9 @@ test/test_arithmetic.py
test/test_expression.py
test/test_fraction.py
test/test_generic.py
test/test_operator.py
test/test_polynom.py
test/test_polynomDeg2.py
test/test_random_expression.py
test/test_render.py
test/test_str2tokens.py