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:
@@ -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
|
||||
|
Reference in New Issue
Block a user