Further remove python2-isms

This commit is contained in:
Deniz Turgut 2019-11-17 19:19:37 +03:00 committed by Kevin Yap
commit 49bc6ed47f
11 changed files with 35 additions and 91 deletions

View file

@ -2,7 +2,6 @@
import locale
import os
from codecs import open
from shutil import copy, rmtree
from tempfile import mkdtemp