allow for switching list icons

This commit is contained in:
rlx 2011-08-07 20:25:33 +00:00
commit a6e08314ac
4 changed files with 18 additions and 14 deletions

View file

@ -11,9 +11,7 @@ activate_this = os.path.join(root_dir, 'bin', 'activate_this.py')
execfile(activate_this, dict(__file__=activate_this))
import Image
import ImageDraw
from optparse import OptionParser
from ox.image import drawText, wrapText
import sys