Switch codebase to use compat_b64decode

This commit is contained in:
Sergey M․
2018-01-23 22:23:12 +07:00
parent 5d7d805ca9
commit cf2820710d
21 changed files with 70 additions and 65 deletions

View File

@ -1,6 +1,5 @@
from __future__ import unicode_literals
import base64
import functools
import itertools
import re