Merge "Replace exit() by sys.exit()"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -20,7 +20,7 @@ import six
from six.moves import range
from six.moves import urllib
import struct
from sys import exc_info
from sys import exc_info, exit
import zlib
from swift import gettext_ as _
from time import gmtime, strftime, time
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.