mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-25 19:04:09 +00:00
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:
@@ -1,6 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import print_function
|
||||
import unittest
|
||||
from picard import util
|
||||
#from picard.util import textencoding
|
||||
|
||||
Reference in New Issue
Block a user