Some basic media object editing

svn: r456
This commit is contained in:
Don Allingham
2001-10-11 22:56:48 +00:00
parent d5b51fe57b
commit 1415d94503
10 changed files with 1951 additions and 136 deletions

View File

@@ -293,8 +293,6 @@ def write_photo_list(g,list,indent=3):
g.write(">\n")
write_attribute_list(g,proplist,indent+1)
write_note(g,"note",photo.getNote(),indent+1)
for s in photo.getSourceRefList():
dump_source_ref(g,s,indent+1)
g.write('%s</objref>\n' % sp)
def write_url_list(g, list):