1
0
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:
2022-07-28 12:28:33 +02:00
parent e16e196fa1
commit 229913a77f
36 changed files with 216 additions and 335 deletions

View File

@@ -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