1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 11:30:25 +01:00

Dropping Python 2 support

This commit is contained in:
2016-11-26 19:12:44 +01:00
parent 11241e9d8b
commit af7f24e9a9
8 changed files with 12 additions and 41 deletions

View File

@@ -1,8 +1,5 @@
from unittest import TestCase
try:
from unittest.mock import MagicMock
except ImportError:
from mock import MagicMock
from unittest.mock import MagicMock
from slack_backup import client
from slack_backup import objects as o