Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
import
zipfile
archivo_zip
=
zipfile
.
ZipFile
(
'comprimido.zip'
,
mode
=
'w'
)
archivo_zip.
write
(
'CatalogoProductos.xml'
)
archivo_zip.
close
(
)