# HG changeset patch # User Jeff Hammel # Date 1425442740 28800 # Node ID 8ed00f2a3e8ae91b5827322f0b8c4e3c993505e3 # Parent 1feb14ee7629dc08263f16f9c88bb0c74bcf551c STUB: numerics/text_display.py diff -r 1feb14ee7629 -r 8ed00f2a3e8a numerics/text_display.py --- a/numerics/text_display.py Tue Mar 03 20:17:13 2015 -0800 +++ b/numerics/text_display.py Tue Mar 03 20:19:00 2015 -0800 @@ -12,6 +12,8 @@ __all__ = ['main', 'frac', 'FracParser'] blocks = {0.: '', + 0.125: None, # TODO + 1.: '█' }