# HG changeset patch # User Jeff Hammel # Date 1425442633 28800 # Node ID 1feb14ee7629dc08263f16f9c88bb0c74bcf551c # Parent a027870e7a93dca05675abdf585efc04bab9230f STUB: numerics/text_display.py diff -r a027870e7a93 -r 1feb14ee7629 numerics/text_display.py --- a/numerics/text_display.py Tue Mar 03 18:10:34 2015 -0800 +++ b/numerics/text_display.py Tue Mar 03 20:17:13 2015 -0800 @@ -11,7 +11,8 @@ # module globals __all__ = ['main', 'frac', 'FracParser'] -block = '' +blocks = {0.: '', + } def iterable(obj):