Most __future__ imports are specific to Python 2

pull/486/head
Dimitri Papadopoulos 3 years ago committed by Adrien Vergé
parent 3346843edc
commit 4c7b47daf3

@ -13,8 +13,6 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import print_function
import argparse import argparse
import io import io
import locale import locale

Loading…
Cancel
Save