1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-31 10:24:13 +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

@@ -1,13 +1,11 @@
from __future__ import print_function
from . import ar
import os.path
import itertools
import os
import re
import tarfile
from io import BytesIO
from . import ar
from . import packagequery
import itertools
HAVE_LZMA = True