Fix whitespace formatting for a line in gnupg/tests/test_gnupg.py.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-07-02 00:43:12 +00:00
parent 12b1de719a
commit 6cf7640c5c
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ _tempd = os.path.join(_tests, 'tmp')
tempfile.tempdir = _tempd
if not os.path.isdir(tempfile.gettempdir()):
log.debug("Creating temporary testing directory: %s"
% tempfile.gettempdir())
% tempfile.gettempdir())
os.makedirs(tempfile.gettempdir())
@wraps(tempfile.TemporaryFile)