zulip/zerver/data_import
Alex Vandiver fe654b76b7 data_import: Stop tar'ing up converted data.
`./manage.py import` does not take a tarball; it takes a directory.
Making a separate tarball is a waste of CPU time and disk, as it is
never used.

This was included in the commit of the initial Slack conversion code
in 5b37c5562b and propagated from there into every conversion tool.

Remove the unnecessary tarball creation.
2023-02-26 17:42:01 -08:00
..
__init__.py
gitter.py data_import: Stop tar'ing up converted data. 2023-02-26 17:42:01 -08:00
import_util.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
mattermost.py data_import: Stop tar'ing up converted data. 2023-02-26 17:42:01 -08:00
rocketchat.py data_import: Stop tar'ing up converted data. 2023-02-26 17:42:01 -08:00
sequencer.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
slack.py data_import: Stop tar'ing up converted data. 2023-02-26 17:42:01 -08:00
slack_message_conversion.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
user_handler.py data_import: Rename mattermost_user to user_handler. 2021-07-15 14:28:36 -07:00