From: Raymond Hettinger Date: Mon, 3 Jan 2005 07:33:16 +0000 (+0000) Subject: Removed unused line. X-Git-Tag: v2.5a0~2187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=362b92922237017825c49b686ab441c1d866af2d;p=thirdparty%2FPython%2Fcpython.git Removed unused line. --- diff --git a/Lib/random.py b/Lib/random.py index 0a02787d2e79..42382d0c6bcc 100644 --- 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