diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2016-05-11 15:40:27 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2016-05-11 17:20:35 +0200 |
commit | 2a9414f3c640ba4c04256eb014da01fba677eb02 (patch) | |
tree | 502bd17c14bb2aac8a41432d721983972bc437e8 /fonttools2016/fonttools2016_theme.py | |
parent | a56b641e8e8188dfade43757d57ccfe8bb563465 (diff) |
[fonttools2016] Remove unused bits
Diffstat (limited to 'fonttools2016/fonttools2016_theme.py')
-rw-r--r-- | fonttools2016/fonttools2016_theme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fonttools2016/fonttools2016_theme.py b/fonttools2016/fonttools2016_theme.py index 0275688..2ba7b9f 100644 --- a/fonttools2016/fonttools2016_theme.py +++ b/fonttools2016/fonttools2016_theme.py @@ -57,7 +57,7 @@ def prepare_page (renderer): cr.set_source_rgb (*fg_color) cr.move_to (.5 * width, height-p2) - text = unicode("Behdad Esfahbod | FontTools/TTX|TYPO Labs Berlin | 11 may 2016") + text = unicode("Behdad Esfahbod | FontTools/TTX | TYPO Labs Berlin | 11 may 2016") letters = [] global j for i,c in enumerate(text): |