git-svn-id: https://wikiteam.googlecode.com/svn/trunk@221 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
emijrp 13 years ago
parent fb4aa9e9dd
commit e933c780b5

@ -511,7 +511,8 @@ def undoHTMLEntities(text=''):
return text
def generateImageDump(config={}, other={}, images=[], start=''):
""" """
""" Save files and descriptions using a file list """
#fix use subdirectories md5
print 'Retrieving images from "%s"' % (start and start or 'start')
imagepath = '%s/images' % (config['path'])
if not os.path.isdir(imagepath):

Loading…
Cancel
Save