]> granicus.if.org Git - python/commit
Be consistent about the use of from-imports in random module (GH-11837)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 13 Feb 2019 10:04:17 +0000 (02:04 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Feb 2019 10:04:17 +0000 (02:04 -0800)
commitcfd31f0af20f76849bbec6185efea01c72349f2a
tree56d492ed757ac819d6c082bc23bc503fe3f3b799
parent73d600239b0aa34198bce2b7982e4ff14c92f119
Be consistent about the use of from-imports in random module (GH-11837)

Minor code clean-up.
Lib/random.py