view etc/letter.xpm @ 77663:32334cd7302e

(python-guess-indent): Check non-nullness before comparing indent against the 2..8 interval.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 08 May 2007 01:35:26 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};