mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-31 18:34:11 +02:00
Clean imports up, drop python 2 fallbacks
This commit is contained in:
@@ -13,13 +13,11 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import stat
|
||||
|
||||
import sys
|
||||
from io import BytesIO
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user