|
@ -296,6 +296,8 @@ def dump_sde(strdoc, path, salvar, tipo): |
|
|
DUMP_FUNCTIONS = { |
|
|
DUMP_FUNCTIONS = { |
|
|
'File': dump_file, |
|
|
'File': dump_file, |
|
|
'Image': dump_file, |
|
|
'Image': dump_file, |
|
|
|
|
|
'DTML Method': partial(dump_file, |
|
|
|
|
|
get_conteudo=get_conteudo_dtml_method), |
|
|
'DTMLMethod': partial(dump_file, |
|
|
'DTMLMethod': partial(dump_file, |
|
|
get_conteudo=get_conteudo_dtml_method), |
|
|
get_conteudo=get_conteudo_dtml_method), |
|
|
'Folder': partial(dump_folder, enum=enumerate_folder), |
|
|
'Folder': partial(dump_folder, enum=enumerate_folder), |
|
|