projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c26ab0
)
Removed unused line.
author
Raymond Hettinger
<python@rcn.com>
Mon, 3 Jan 2005 07:33:16 +0000
(07:33 +0000)
committer
Raymond Hettinger
<python@rcn.com>
Mon, 3 Jan 2005 07:33:16 +0000
(07:33 +0000)
Lib/random.py
patch
|
blob
|
history
diff --git
a/Lib/random.py
b/Lib/random.py
index 0a02787d2e79dc978d3623bbabe2dc9eac4b2cd6..42382d0c6bcc23ea42e7538cb86420bfaa81c77f 100644
(file)
--- a/
Lib/random.py
+++ b/
Lib/random.py
@@
-43,7
+43,6
@@
from warnings import warn as _warn
from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType
from math import log as _log, exp as _exp, pi as _pi, e as _e
from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin
-from math import floor as _floor
from os import urandom as _urandom
from binascii import hexlify as _hexlify