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,11 +1,10 @@
from __future__ import print_function
import os.path
import os
import re
import tarfile
from . import packagequery
import subprocess
import tarfile
from . import packagequery
class ArchError(packagequery.PackageError):
pass