LDS handling added, bugs in media config/references fixed

svn: r596
This commit is contained in:
Don Allingham
2001-11-30 01:47:45 +00:00
parent 97708a4052
commit 7315de88cc
11 changed files with 863 additions and 66 deletions

View File

@@ -80,8 +80,6 @@ def import_media_object(filename,path,base):
try:
path = "%s/%s" % (thumb,base)
print filename,path,const.thumbScale
mk_thumb(filename,path,const.thumbScale)
shutil.copy(filename,name)
except: