commit | 2ef747cb778a45ec7eb96f5ba5f725bbf53e970c | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sat Jun 04 22:33:16 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Sat Jun 04 22:33:16 2011 +0200 |
tree | b0694504eee386e465bf832cb64fc13755a853d5 | |
parent | 35a4d01a927a9ad0a774eec6a9ee1b728279c5b6 [diff] [blame] |
Cleanup in packaging: don’t unnecessarily instantiate exceptions
diff --git a/Lib/packaging/run.py b/Lib/packaging/run.py index 1895dde..7e791a4 100644 --- a/Lib/packaging/run.py +++ b/Lib/packaging/run.py
@@ -383,7 +383,7 @@ """ #opts = _parse_args(args[1:], '', ['simple', 'xmlrpc']) # 1. what kind of index is requested ? (xmlrpc / simple) - raise NotImplementedError() + raise NotImplementedError actions = [