forgot to include string module, too

This commit is contained in:
Philip Eisenlohr 2011-09-05 08:54:29 +00:00
parent 0ac5109c94
commit f458f026db
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
import sys,os,pwd,math,re
import sys,os,pwd,math,re,string
#import Image,ImageDraw
from optparse import OptionParser