forgot to include string module

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
import os, sys, math, re, threading, time
import os, sys, math, re, threading, time, string
from optparse import OptionParser, OptionGroup, Option, SUPPRESS_HELP
releases = {'2010':['linux64',''],