1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00
Add missing oscerr import in util.helper. Oops.
This commit is contained in:
Marcus Huewe 2020-02-20 09:10:57 +01:00
commit 20f2f40614

View File

@ -3,6 +3,7 @@
# and distributed under the terms of the GNU General Public Licence,
# either version 2, or (at your option) any later version.
from osc import oscerr
def cmp_to_key(mycmp):
""" Converts a cmp= function into a key= function.