commit | 5b7e9d76f39dbf63573519c178835f72e5a5027a | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Thu Aug 30 03:52:21 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Thu Aug 30 03:52:21 2007 +0000 |
tree | 96b04b9d52d875c9f39d148d88efeafb5184fd35 | |
parent | a73bfee73da519a508e7d95bc55c1984ae7089bd [diff] [blame] |
General cleanup, raise normalization in Lib/distutils.
diff --git a/Lib/distutils/command/upload.py b/Lib/distutils/command/upload.py index 1ca2fb9..b49acd1 100644 --- a/Lib/distutils/command/upload.py +++ b/Lib/distutils/command/upload.py
@@ -170,7 +170,7 @@ elif schema == 'https': http = httplib.HTTPSConnection(netloc) else: - raise AssertionError, "unsupported schema "+schema + raise AssertionError("unsupported schema "+schema) data = '' loglevel = log.INFO