forgot to include string module, too
This commit is contained in:
parent
0ac5109c94
commit
f458f026db
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue