go ahead and load the ready image

This commit is contained in:
David Rose 2009-09-09 13:55:31 +00:00
parent da59dc9063
commit d870955f2c

View File

@ -46,9 +46,10 @@ class images(package):
print "Could not locate %s" % (filename)
# Also make a few special cases. We use the same default image
# for both download and launch.
# for download, ready, and launch.
download = configDict.get('download_img', None)
if download:
configDict['ready_img'] = download
configDict['launch_img'] = download
config(**configDict)