Python3 doesn't need to import print_function

This is now a standard feature and no longer needs to be imported from __future__.

https://www.python.org/dev/peps/pep-3105/
This commit is contained in:
Laurent Monin
2018-02-05 14:43:55 +01:00
parent 41b49eccc2
commit e2ed569233
6 changed files with 0 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
import unittest
from picard import util
#from picard.util import textencoding