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
commit 5d45cfa25f

View File

@ -20,7 +20,7 @@ import six
from six.moves import range from six.moves import range
from six.moves import urllib from six.moves import urllib
import struct import struct
from sys import exc_info from sys import exc_info, exit
import zlib import zlib
from swift import gettext_ as _ from swift import gettext_ as _
from time import gmtime, strftime, time from time import gmtime, strftime, time