1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 01:46:13 +01:00
This commit is contained in:
Marcus Huewe 2010-12-22 17:30:06 +01:00
parent 197c10f661
commit f4d3648c8e

View File

@ -5725,7 +5725,7 @@ def get_user_projpkgs(apiurl, user, role=None, exclude_projects=[], proj=True, p
def raw_input(*args):
import __builtin__
try:
__builtin__.raw_input(*args)
return __builtin__.raw_input(*args)
except EOFError:
# interpret ctrl-d as user abort
raise oscerr.UserAbort()