Merge "Replace exit() by sys.exit()"

This commit is contained in:
Jenkins
2016年02月02日 10:39:00 +00:00
committed by Gerrit Code Review

View File

@@ -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
openstack/swift
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.

The note is not visible to the blocked user.